Created
December 1, 2019 15:53
-
-
Save htdangkhoa/d31ac04b1536f1f47b16af61ca054b1c to your computer and use it in GitHub Desktop.
State
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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