Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Last active March 1, 2018 06:51
Show Gist options
  • Save Laimiux/a3cf1318949d64242cfd198083d032da to your computer and use it in GitHub Desktop.
Save Laimiux/a3cf1318949d64242cfd198083d032da to your computer and use it in GitHub Desktop.
sealed class UserEvent {
data class TextChangedEvent(...): UserEvent()
data class SubmitCommentRequestEvent(...): UserEvent()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment