
com.github.jobs.templates.ServiceContract Maven / Gradle / Ivy
package com.github.jobs.templates;
import android.content.Context;
/**
* @author cristian
* @version 1.0
*/
public interface ServiceContract {
int getId();
int getServiceLabel();
int getDrawable();
int getHint();
int getAddServiceLabel();
String getType();
ServiceGenerator getGenerator(Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy