Guest User

Untitled

a guest
Nov 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var objectname: Classname?
  2. if let obj = objectname {
  3. // do something with obj (the unwrapped value of objectname)
  4. }
Add Comment
Please, Sign In to add comment