Skip to content

Instantly share code, notes, and snippets.

@parahall
Created May 13, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parahall/f14678def8b8dc7548f79510f02c4a4f to your computer and use it in GitHub Desktop.
Save parahall/f14678def8b8dc7548f79510f02c4a4f to your computer and use it in GitHub Desktop.
public interface MainActivityView extends MvpView {
ListView getListView();
ProgressBar getProgressBar();
}
public interface MvpView {
public Context getAppContext();
public Context getActivityContext();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment