JOFriend Class Reference
| Inherits from | NSObject |
| Declared in | JOFriend.h |
Tasks
-
nicknameThis property is the nickname of the friend.
property -
lastPosUpdateThis property is the time point of the last position update of the friend.
property -
friendshipStatusThis property is the current friendship status of the friend.
property -
imageThis property is the avatar image of the friend.
property -
imageHashThis property is the avatar image of the friend.
property -
latitudeThis property is the last known position (latitude) of the friend.
property -
longitudeThis property is the last known position (longitude) of the friend.
property -
userIdThis property is the identifier of the friend.
property -
isActiveThis property is the current status of the friend.
property -
facebookIdThis property is the identifier of the friend.
property -
– initWithJSON:This methods creates a friend object from a JSON string.
Properties
facebookId
This property is the identifier of the friend.
@property (atomic, strong) NSString *facebookIdDeclared In
JOFriend.hfriendshipStatus
This property is the current friendship status of the friend.
@property (atomic, strong) NSNumber *friendshipStatusDeclared In
JOFriend.himage
This property is the avatar image of the friend.
@property (atomic, strong) NSString *imageDeclared In
JOFriend.himageHash
This property is the avatar image of the friend.
@property (atomic, strong) NSString *imageHashDeclared In
JOFriend.hisActive
This property is the current status of the friend.
@property BOOL isActiveDeclared In
JOFriend.hlastPosUpdate
This property is the time point of the last position update of the friend.
@property (atomic, strong) NSNumber *lastPosUpdateDeclared In
JOFriend.hlatitude
This property is the last known position (latitude) of the friend.
@property (atomic, strong) NSNumber *latitudeDeclared In
JOFriend.hlongitude
This property is the last known position (longitude) of the friend.
@property (atomic, strong) NSNumber *longitudeDeclared In
JOFriend.h