Skip to content

Instantly share code, notes, and snippets.

@anandgaurav10
Created August 24, 2017 17:11
Show Gist options
  • Save anandgaurav10/1b6b265fd9f476c4a048678ede087afc to your computer and use it in GitHub Desktop.
Save anandgaurav10/1b6b265fd9f476c4a048678ede087afc to your computer and use it in GitHub Desktop.
public interface MvpPresenter<V extends MvpView> {
void onAttach(V mvpView);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment