// // RecordCell_New.h // jiaPei // // Created by EchoShacolee on 2018/3/26. // Copyright © 2018年 JCZ. All rights reserved. // #import @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