Skip to content

Instantly share code, notes, and snippets.

@daoseng33
Last active June 28, 2018 12:46
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 daoseng33/2b11f0096d39d55450a493e813208149 to your computer and use it in GitHub Desktop.
Save daoseng33/2b11f0096d39d55450a493e813208149 to your computer and use it in GitHub Desktop.
Enum type
enum Type {
case regular
case system
case advertise
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment