Skip to content

Instantly share code, notes, and snippets.

@ahmedrizwan
Last active August 25, 2019 02:23
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 ahmedrizwan/bce03714fdddf817bd56fd91f85615bc to your computer and use it in GitHub Desktop.
Save ahmedrizwan/bce03714fdddf817bd56fd91f85615bc to your computer and use it in GitHub Desktop.
sealed class Action {
object Load : Action()
object SwipeRefresh : Action()
object Retry : Action()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment