Skip to content

Instantly share code, notes, and snippets.

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 SahilMutualMobile/a8ddaca0641834585d90fd296cbaca2c to your computer and use it in GitHub Desktop.
Save SahilMutualMobile/a8ddaca0641834585d90fd296cbaca2c to your computer and use it in GitHub Desktop.
NewGenerics1
import Foundation
enum PizzaTopping: String {
case onion = "Onion"
case capsicum = "Capsicum"
case corn = "Corn"
case cheese = "Cheese"
case lotsOfCheese = "Lots of cheese"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment