Skip to content

Instantly share code, notes, and snippets.

@amitkma
Last active June 2, 2017 12:29
Show Gist options
  • Save amitkma/4a33b0b40bcb53a2d5f79876492e5dcf to your computer and use it in GitHub Desktop.
Save amitkma/4a33b0b40bcb53a2d5f79876492e5dcf to your computer and use it in GitHub Desktop.
/**
* Base presenter which act as a Presenter in Model-View-Presenter
* This interface will be extended by more specific interface which will be implemented
* in any class which want to act as a MVP presenter
*/
public interface MvpPresenter {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment