Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created July 19, 2019 10: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 fitomad/e2df3dbcff90f53ad746e27a81c7d941 to your computer and use it in GitHub Desktop.
Save fitomad/e2df3dbcff90f53ad746e27a81c7d941 to your computer and use it in GitHub Desktop.
public enum Princesa: CaseIterable
{
case elsa
case anna
case olivia
case valeria
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment