TrainHoursSubTableViewCell.h 399 B

12345678910111213141516171819
  1. //
  2. // TrainHoursSubTableViewCell.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2019/7/29.
  6. // Copyright © 2019 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TrainHoursSubTableViewCell : UITableViewCell
  11. @property (weak, nonatomic) IBOutlet UILabel *thoryHoursLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *classHoursLabel;
  13. @end
  14. NS_ASSUME_NONNULL_END