Skip to content

Instantly share code, notes, and snippets.

@geykel
Created January 28, 2016 03:17
Show Gist options
  • Select an option

  • Save geykel/76d8e09a293b39d32b5b to your computer and use it in GitHub Desktop.

Select an option

Save geykel/76d8e09a293b39d32b5b to your computer and use it in GitHub Desktop.
enum Monedas: String {
case DolarAmericano = "USD"
case PesoCubano = "CUP"
case LibraEsterlina = "GBP"
case Yen = "JPY"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment