Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created April 3, 2020 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifucolo/88ac6663da6f5f51876fe869ad1d3233 to your computer and use it in GitHub Desktop.
Save ifucolo/88ac6663da6f5f51876fe869ad1d3233 to your computer and use it in GitHub Desktop.
sealed class LoadState {
object Loading: LoadState()
object Done: LoadState()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment