Skip to content

Instantly share code, notes, and snippets.

@ismailgungor
Created April 11, 2019 13:04
Show Gist options
  • Save ismailgungor/69a0856f9836accd32113e5517252427 to your computer and use it in GitHub Desktop.
Save ismailgungor/69a0856f9836accd32113e5517252427 to your computer and use it in GitHub Desktop.
interface BaseView {
fun bindViews()
fun showProgress() {}
fun hideProgress() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment