Skip to content

Instantly share code, notes, and snippets.

@singhsegv
Created October 11, 2018 18:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save singhsegv/9d3727ace0523c25ac3c55402a0e8d9d to your computer and use it in GitHub Desktop.
Save singhsegv/9d3727ace0523c25ac3c55402a0e8d9d to your computer and use it in GitHub Desktop.
public interface DemoContract {
interface View extends DemoBaseContract.ActivityView {
}
interface Presenter extends DemoBaseContract.Presenter {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment