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