Skip to content

Instantly share code, notes, and snippets.

@soundmasteraj
Forked from singhsegv/Contract.java.ftl
Created December 3, 2020 07:16
Show Gist options
  • Save soundmasteraj/2374b71d99695121c5d1106ed6385680 to your computer and use it in GitHub Desktop.
Save soundmasteraj/2374b71d99695121c5d1106ed6385680 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