Guest User

Untitled

a guest
May 20th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. @interface NSArray (JCArrayAdditions)
  2. - (NSArray *)initWithObject:(id)object;
  3. - (id)firstObject;
  4. @end
Add Comment
Please, Sign In to add comment