Skip to content

Instantly share code, notes, and snippets.

@IkhwanSI13
Created May 10, 2020 09:48
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 IkhwanSI13/45f69173852bff6009e3d2e0da092708 to your computer and use it in GitHub Desktop.
Save IkhwanSI13/45f69173852bff6009e3d2e0da092708 to your computer and use it in GitHub Desktop.
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