Created
October 14, 2020 19:30
-
-
Save shalperin/d75f6e9d34f2320bd335c218e455aeee to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sealed class ViewState() { | |
class State1() : ViewState() | |
class State2(): ViewState() | |
class State3(): ViewState() | |
class State4(): ViewState() | |
class State5(): ViewState() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment