UPUser Class Reference
Inherits from | NSObject |
Conforms to | UPBaseObject |
Declared in | UPUserAPI.h UPUserAPI.m |
Tasks
Other Methods
-
xid
property -
firstName
property -
lastName
property -
imageURL
property -
weight
property -
height
property -
gender
property
Other Methods
Properties
firstName
The user’s first name.
@property (nonatomic, strong) NSString *firstName
Discussion
The user’s first name.
Declared In
UPUserAPI.h
gender
The user’s gender.
@property (nonatomic, assign) UPUserGender gender
Discussion
The user’s gender.
Declared In
UPUserAPI.h
height
The user’s height, in meters.
@property (nonatomic, strong) NSNumber *height
Discussion
The user’s height, in meters.
Declared In
UPUserAPI.h
imageURL
The user’s image URL.
@property (nonatomic, strong) NSString *imageURL
Discussion
The user’s image URL.
Declared In
UPUserAPI.h
lastName
The user’s last name.
@property (nonatomic, strong) NSString *lastName
Discussion
The user’s last name.
Declared In
UPUserAPI.h