Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Created August 31, 2018 14:04
Show Gist options
  • Save igorwojda/625d1d734c7e2ce6f9c8f24d9d77fa49 to your computer and use it in GitHub Desktop.
Save igorwojda/625d1d734c7e2ce6f9c8f24d9d77fa49 to your computer and use it in GitHub Desktop.
class View {
var beforeTextChangedListener: (() -> Unit)? = null
var afterTextChangedListener: (() -> Unit)? = null
var onTextChangedListener: (() -> Unit)? = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment