1234567891011121314151617 |
- //
- // RecordCell_New.h
- // jiaPei
- //
- // Created by EchoShacolee on 2018/3/26.
- // Copyright © 2018年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface RecordCell_New : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *titleLab;
- @property (weak, nonatomic) IBOutlet UILabel *contentLab;
- @property (weak, nonatomic) IBOutlet UILabel *timeLab;
- @property (weak, nonatomic) IBOutlet UILabel *subjectLab;
- @end
|