Skip to content

Instantly share code, notes, and snippets.

@singhsegv
Created October 15, 2018 12:47
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/9c0ee60454d8eff0833eccefe16d4b12 to your computer and use it in GitHub Desktop.
Save singhsegv/9c0ee60454d8eff0833eccefe16d4b12 to your computer and use it in GitHub Desktop.
package ${packageName};
public interface ${className}Contract{
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