IVTMyChatListTableViewCell.h
595 Bytes
//
// IVTMyChatListTableViewCell.h
// IVTMeLiveTwo
//
// Created by XRG on 16/8/28.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMyChatListTableViewCell : UITableViewCell
@property (nonatomic,copy) NSString *toChatUserId;
@property (nonatomic,copy) NSString *headIconUrl;
@property (nonatomic,copy) NSString *userName;
@property (nonatomic,copy) NSString *userSex;
@property (nonatomic,copy) NSString *userLevel;
@property (nonatomic,copy) NSString *userSignature;
@property (nonatomic) NSInteger numberOfMessageNoRead;
@end