IVTFriendChatContentListTableViewCell.h
403 Bytes
//
// IVTFriendChatContentListTableViewCell.h
// IVTMeLiveTwo
//
// Created by XRG on 16/8/31.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTFriendChatContentListTableViewCell : UITableViewCell
@property (nonatomic,copy) NSString *userAvatarUrl;
@property (nonatomic,copy) NSString *contentText;
@property (nonatomic,strong) NSDate *sendDate;
@end