Created
June 2, 2017 12:25
-
-
Save LH17/8a788a02985ffe2ece43946ec018def8 to your computer and use it in GitHub Desktop.
StatesType enum
This file contains 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 StatesType: String { | |
case error = "error" | |
case empty = "empty" | |
case loading = "loading" | |
case none = "none" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment