Created
August 26, 2017 18:15
-
-
Save polac24/db2a7bfc91e7d596c4757c9f7ab8911e to your computer and use it in GitHub Desktop.
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 BestEnum: BestEnumRaw{ | |
case myCase = "my_case" | |
case otherCase = "other_case" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment