Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @interface Person : NSObject <NSCopying>
  2. @property (nonatomic,weak) NSString *name;
  3. @property (nonatomic,weak) NSString *surname;
  4. @property (nonatomic,weak) NSString *age;
  5.  
  6. -(id) copyWithZone:(NSZone *)zone;
  7. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement