Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Created March 1, 2018 05:33
Show Gist options
  • Save Laimiux/e2c48ce32d292ea524b2cba73ca46590 to your computer and use it in GitHub Desktop.
Save Laimiux/e2c48ce32d292ea524b2cba73ca46590 to your computer and use it in GitHub Desktop.
// User changes text entry
data class TextChangedEvent(val newText: String)
// User clicks create
data class CreateTodoEvent(val text: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment