Skip to content

Instantly share code, notes, and snippets.

@frootloops
Last active August 25, 2017 12:58
Show Gist options
  • Save frootloops/b507e26c0ebe7e8766bd56680611419a to your computer and use it in GitHub Desktop.
Save frootloops/b507e26c0ebe7e8766bd56680611419a to your computer and use it in GitHub Desktop.
enum UserEvents {
case created(user: User)
case openApp
case bought(product: Product)
case sentMessage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment