Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //some code in some place
  2. [singleton1Object increase: 20];
  3.  
  4.  
  5. //some code in a completely different place
  6. [singleton2Object increase: 40];
  7.  
  8. forwardInvocation
  9. - (void)forwardInvocation:(NSInvocation *)anInvocation
  10. {
  11. //determine where the message came from
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement