All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.solovyev.android.wizard.WizardsAware Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android.wizard;

import javax.annotation.Nonnull;

public interface WizardsAware {

	@Nonnull
	Wizards getWizards();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy