Skip to content

Instantly share code, notes, and snippets.

@htdangkhoa
Created December 1, 2019 15:53
Show Gist options
  • Save htdangkhoa/d31ac04b1536f1f47b16af61ca054b1c to your computer and use it in GitHub Desktop.
Save htdangkhoa/d31ac04b1536f1f47b16af61ca054b1c to your computer and use it in GitHub Desktop.
State
data class CounterState(val number: Int = 0): State
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment