Skip to content

Instantly share code, notes, and snippets.

@lomza
Created July 30, 2018 11:18
Show Gist options
  • Save lomza/eeda02af0bfd956682160596a1111475 to your computer and use it in GitHub Desktop.
Save lomza/eeda02af0bfd956682160596a1111475 to your computer and use it in GitHub Desktop.
interface BaseView {
@LayoutRes
fun getContentResource(): Int
fun init(view: View, @Nullable state: Bundle?)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment