Skip to content

Instantly share code, notes, and snippets.

@piotrmadry
Created January 1, 2019 19:58
Show Gist options
  • Save piotrmadry/127c9ac3aebc8fe14a0397fe70b6c3f6 to your computer and use it in GitHub Desktop.
Save piotrmadry/127c9ac3aebc8fe14a0397fe70b6c3f6 to your computer and use it in GitHub Desktop.
sealed class UnlockState {
object Activating : UnlockState()
object Activated : UnlockState()
object Opened : UnlockState()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment