Skip to content

Instantly share code, notes, and snippets.

@zld
Created June 2, 2015 04:25
Show Gist options
  • Save zld/5de8524089d313a980cf to your computer and use it in GitHub Desktop.
Save zld/5de8524089d313a980cf to your computer and use it in GitHub Desktop.
weak self for block
#define ZLDWeak(agWeak,obj) __block __unsafe_unretained typeof (&*obj) agWeak = obj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment