Skip to content

Instantly share code, notes, and snippets.

@0ber
Last active September 5, 2016 19:37
Show Gist options
  • Save 0ber/0d6455a8167b15ec7386854b1e2d4931 to your computer and use it in GitHub Desktop.
Save 0ber/0d6455a8167b15ec7386854b1e2d4931 to your computer and use it in GitHub Desktop.
enum SwiftyActions {
case Default(title: String?, handler:((UIAlertAction) -> Void)?)
case Cancel(title: String?, handler:((UIAlertAction) -> Void)?)
case Destructive(title: String?, handler:((UIAlertAction) -> Void)?)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment