// // ZWMsgTimeCell.h // testChatVC // // Created by zzl on 16/7/26. // Copyright © 2016年 zzl. All rights reserved. // #import @interface MsgTimeCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIView *mbgview; @property (weak, nonatomic) IBOutlet UILabel *mtimelabel; @end