Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:28
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 ajailani4/bf37aa367a0ddad7b9cdffb1227e4c6a to your computer and use it in GitHub Desktop.
Save ajailani4/bf37aa367a0ddad7b9cdffb1227e4c6a to your computer and use it in GitHub Desktop.
enum class Status {
LOADING,
SUCCESS,
ERROR
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment