Skip to content

Instantly share code, notes, and snippets.

@kozmi55
Last active August 3, 2018 12:16
Show Gist options
  • Save kozmi55/f8e24030588c9bd9edacc3b86e6ee12a to your computer and use it in GitHub Desktop.
Save kozmi55/f8e24030588c9bd9edacc3b86e6ee12a to your computer and use it in GitHub Desktop.
interface BindableAdapter<T> {
fun setData(data: T)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment