Skip to content

Instantly share code, notes, and snippets.

@ismailgungor
Created April 11, 2019 13:43
Show Gist options
  • Save ismailgungor/9b0ab44d2b05c24d4cb7f9a597f78bb0 to your computer and use it in GitHub Desktop.
Save ismailgungor/9b0ab44d2b05c24d4cb7f9a597f78bb0 to your computer and use it in GitHub Desktop.
interface SplashActivityContract {
interface View : BaseView{
fun finishActivity()
}
interface Presenter: BasePresenter<View>{
//Silence is golden
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment