// // MsgListCell.h // jiaPeiC // // Created by apple on 16/2/2. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface MsgListCell : UITableViewCell @property (nonatomic ,retain) UIImageView * backImageView; @property (nonatomic ,retain) UIImageView * headImgView; @property (nonatomic ,retain) UILabel * messageContentLabel; @property (nonatomic ,retain) UIButton * dateBtn; @end