Skip to content

Instantly share code, notes, and snippets.

@DanielKnauf
Last active June 8, 2021 05:05
Show Gist options
  • Save DanielKnauf/2df1d1573a35511684503172c15fd986 to your computer and use it in GitHub Desktop.
Save DanielKnauf/2df1d1573a35511684503172c15fd986 to your computer and use it in GitHub Desktop.
interface IComponent {
val dataSource: Any
val layoutRes: Int
val bindingKey: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment