Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 20:55
Show Gist options
  • Save orhanobut/e1687396e2cdc8d2fcf9 to your computer and use it in GitHub Desktop.
Save orhanobut/e1687396e2cdc8d2fcf9 to your computer and use it in GitHub Desktop.
public interface ApiService {
<T> void login(Callback<T> callback);
<T> void register(Callback<T> callback);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment