Created
May 10, 2020 09:48
-
-
Save IkhwanSI13/45f69173852bff6009e3d2e0da092708 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 ${escapeKotlinIdentifiers(packageName)} | |
interface ${mvpClass}Contract { | |
interface View{ | |
} | |
interface Presenter { | |
fun dropView() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment