Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. closure() { [weak self] in
  2. guard let strongSelf = self else {
  3. return
  4. }
  5. // Do some real work here
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement