Skip to content

Instantly share code, notes, and snippets.

@LH17
Created June 2, 2017 12:25
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 LH17/8a788a02985ffe2ece43946ec018def8 to your computer and use it in GitHub Desktop.
Save LH17/8a788a02985ffe2ece43946ec018def8 to your computer and use it in GitHub Desktop.
StatesType enum
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