Skip to content

Instantly share code, notes, and snippets.

@KucherenkoIhor
Last active May 6, 2017 19:20
Show Gist options
  • Save KucherenkoIhor/52ab01d5b14a99c349ba92d6c248c810 to your computer and use it in GitHub Desktop.
Save KucherenkoIhor/52ab01d5b14a99c349ba92d6c248c810 to your computer and use it in GitHub Desktop.
public interface BasePresenter<V extends BaseView> {
void attachView(V view);
void detachView();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment