NYClassRoomPeiCell.h 959 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // NYClassRoomPeiCell.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2024/2/4.
  6. // Copyright © 2024 JCZ. All rights reserved.
  7. //
  8. #import "CollectionViewCell.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYClassRoomPeiCell : RQCommonCollectionViewCell
  11. @property (weak, nonatomic) IBOutlet UIView *px00_view;
  12. @property (weak, nonatomic) IBOutlet UIView *px01_view;
  13. @property (weak, nonatomic) IBOutlet UILabel *coach_name_label;
  14. @property (weak, nonatomic) IBOutlet UILabel *stu_name_label;
  15. @property (weak, nonatomic) IBOutlet UILabel *cat_type_label;
  16. @property (weak, nonatomic) IBOutlet UILabel *cat_num_label;
  17. @property (weak, nonatomic) IBOutlet UILabel *room_name_label;
  18. @property (weak, nonatomic) IBOutlet UILabel *school_name_label;
  19. @property (weak, nonatomic) IBOutlet UILabel *sign_time_label;
  20. @property (weak, nonatomic) IBOutlet UILabel *pei_type_label;
  21. @property (weak, nonatomic) IBOutlet UIButton *submit_btn;
  22. @end
  23. NS_ASSUME_NONNULL_END