-
-
Save soundmasteraj/2374b71d99695121c5d1106ed6385680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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