NYClassRoomPeiCell.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. //照片 图片 - collectionView
  23. @property (weak, nonatomic) IBOutlet UIView *imageArrayView;
  24. @property (nonatomic ,strong) UICollectionView *collectionView;
  25. @end
  26. NS_ASSUME_NONNULL_END