9 #import <UIKit/UIKit.h>
14 -(NSString*) firstName;
15 -(NSString*) lastName;
16 -(NSString*) userName;
18 -(NSString*) location;
25 @property (nonatomic, retain) NSString *name;
26 @property (nonatomic, retain) NSString *firstName;
27 @property (nonatomic, retain) NSString *lastName;
28 @property (nonatomic, retain) NSString *userName;
29 @property (nonatomic, retain) NSString *location;
30 @property (nonatomic, retain) NSString *gender;
31 @property (nonatomic, retain) NSString *ID;
32 @property (nonatomic, retain) NSURL *photoURL;
33 @property (nonatomic, retain) NSURL *pageURL;
38 -(id) initWithResponse:(
id) response;
43 +(id) userWithResponse:(
id) response;
48 +(NSArray*) usersWithResponse:(
id) response;