Guest User

Untitled

a guest
Jul 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. let alertFunction:@convention(block) (String) -> Void = { (message) in // #1
  2. UIAlertView(title: "Alert", message: message, delegate: nil, cancelButtonTitle: "OK").show()
  3. }
Add Comment
Please, Sign In to add comment