Skip to content

Instantly share code, notes, and snippets.

@soundmasteraj
Forked from singhsegv/DemoContract.java
Created December 3, 2020 07:12
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 soundmasteraj/ee19a6e09096f10cc2f448ab02edc574 to your computer and use it in GitHub Desktop.
Save soundmasteraj/ee19a6e09096f10cc2f448ab02edc574 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