ifish/Ifish/controllers/IfishTabControllers/消息/IfishIMFiles/Sessions/Contact/Model/NTESContactDataMember.h

16 lines
267 B
Objective-C

//
// NTESContactDataMember.h
// NIM
//
// Created by chris on 15/9/21.
// Copyright © 2015年 Netease. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NTESContactDataMember : NSObject
@property (nonatomic,strong) NIMKitInfo *info;
@end