Skip to content

Instantly share code, notes, and snippets.

@gastsail
Last active November 15, 2019 17:38
Show Gist options
  • Save gastsail/9fbac82506eccf0468887be77e06e293 to your computer and use it in GitHub Desktop.
Save gastsail/9fbac82506eccf0468887be77e06e293 to your computer and use it in GitHub Desktop.
Status
enum class Status {
SUCCESS,
ERROR,
LOADING
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment