123456789101112131415161718 |
- //
- // NIMUsrInfoData.h
- // NIM
- //
- // Created by Xuhui on 15/3/19.
- // Copyright (c) 2015年 Netease. All rights reserved.
- //
- #import "NIMContactDefines.h"
- @class NIMKitInfo;
- @interface NIMUsrInfo : NSObject <NIMGroupMemberProtocol>
- @property (nonatomic,strong) NIMKitInfo *info;
- - (BOOL)isFriend;
- @end
|