IVTMyChatContentListTableViewCell.h 395 Bytes
//
//  IVTMyChatContentListTableViewCell.h
//  IVTMeLiveTwo
//
//  Created by XRG on 16/8/31.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IVTMyChatContentListTableViewCell : UITableViewCell

@property (nonatomic,copy) NSString *userAvatarUrl;

@property (nonatomic,copy) NSString *contentText;

@property (nonatomic,strong) NSDate *sendDate;

@end