MsgTimeCell.h 311 B

123456789101112131415
  1. //
  2. // ZWMsgTimeCell.h
  3. // testChatVC
  4. //
  5. // Created by zzl on 16/7/26.
  6. // Copyright © 2016年 zzl. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MsgTimeCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIView *mbgview;
  11. @property (weak, nonatomic) IBOutlet UILabel *mtimelabel;
  12. @end