Last active
June 28, 2018 12:46
-
-
Save daoseng33/2b11f0096d39d55450a493e813208149 to your computer and use it in GitHub Desktop.
Enum type
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 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