Skip to content

Instantly share code, notes, and snippets.

@polac24
Created August 26, 2017 18:15
Show Gist options
  • Save polac24/db2a7bfc91e7d596c4757c9f7ab8911e to your computer and use it in GitHub Desktop.
Save polac24/db2a7bfc91e7d596c4757c9f7ab8911e to your computer and use it in GitHub Desktop.
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