// // TrainHoursSubTableViewCell.h // jiaPei // // Created by 张嵘 on 2019/7/29. // Copyright © 2019 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface TrainHoursSubTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *thoryHoursLabel; @property (weak, nonatomic) IBOutlet UILabel *classHoursLabel; @end NS_ASSUME_NONNULL_END