RecordCell_New.h 437 B

1234567891011121314151617
  1. //
  2. // RecordCell_New.h
  3. // jiaPei
  4. //
  5. // Created by EchoShacolee on 2018/3/26.
  6. // Copyright © 2018年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RecordCell_New : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *titleLab;
  11. @property (weak, nonatomic) IBOutlet UILabel *contentLab;
  12. @property (weak, nonatomic) IBOutlet UILabel *timeLab;
  13. @property (weak, nonatomic) IBOutlet UILabel *subjectLab;
  14. @end