Advertisement
Guest User

Untitled

a guest
May 31st, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. if let _temporary = otherVariable as? String {
  2.  
  3. //do some work
  4.  
  5. } else {
  6.  
  7. //handle this condition
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement