Skip to content

Instantly share code, notes, and snippets.

@satishbabariya
Created July 8, 2019 06: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 satishbabariya/cd045eb4794831129cabd77d1bfcd31a to your computer and use it in GitHub Desktop.
Save satishbabariya/cd045eb4794831129cabd77d1bfcd31a to your computer and use it in GitHub Desktop.
enum MyService {
case zen
case showUser(id: Int)
case createUser(firstName: String, lastName: String)
case updateUser(id: Int, firstName: String, lastName: String)
case showAccounts
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment