Skip to content

Instantly share code, notes, and snippets.

@marenovakovic
Created March 29, 2021 12:10
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 marenovakovic/7b16c6fb47c5d3f1a2dfae337fbe010e to your computer and use it in GitHub Desktop.
Save marenovakovic/7b16c6fb47c5d3f1a2dfae337fbe010e to your computer and use it in GitHub Desktop.
sealed class NetworkStatus {
object Available : NetworkStatus()
object Unavailable : NetworkStatus()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment