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