Created
March 5, 2020 14:58
-
-
Save UdiOshi85/8e14c0e7d5cf27ba46f76c70dfebaec8 to your computer and use it in GitHub Desktop.
Status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum class Status { | |
SUCCESS, | |
ERROR, | |
LOADING | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment