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