Skip to content

Instantly share code, notes, and snippets.

@shalperin
Created October 14, 2020 19:30
Show Gist options
  • Save shalperin/d75f6e9d34f2320bd335c218e455aeee to your computer and use it in GitHub Desktop.
Save shalperin/d75f6e9d34f2320bd335c218e455aeee to your computer and use it in GitHub Desktop.
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