TIMFriend Class Reference
| Inherits from | TIMCodingModel : NSObject | 
|---|---|
| Declared in | TIMComm.h | 
  remark
	好友备注(最大96字节,获取自己资料时,该字段为空)
@property (nonatomic, strong) NSString *remarkDeclared In
TIMComm.h
  customInfo
	自定义字段集合,key是NSString类型,value是NSData类型或者NSNumber类型 key值按照后台配置的字符串传入,不包括 TIMFriendTypeKey_Custom_Prefix 前缀
@property (nonatomic, strong) NSDictionary *customInfoDeclared In
TIMComm.h