Advertisement
priore

[self retain] with ARC and without warning

Nov 7th, 2012
1,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. // [self retain] with ARC and without warning
  3. //
  4.  
  5. ((id(*)(id, SEL))objc_msgSend)(self, NSSelectorFromString(@"retain"));
  6.  
  7. // origin from https://twitter.com/0xced
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement