NYFailSpecialExerciseDetailsCell01.h 710 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // NYFailSpecialExerciseDetailsCell01.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2024/12/17.
  6. // Copyright © 2024 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYFailSpecialExerciseDetailsCell01 : RQCommonCollectionViewCell
  11. @property (weak, nonatomic) IBOutlet UIView *vw_ct_view;
  12. @property (weak, nonatomic) IBOutlet UIView *vw_left_view;
  13. @property (weak, nonatomic) IBOutlet UILabel *scoreStr_label;
  14. @property (weak, nonatomic) IBOutlet UILabel *vw_left_label;
  15. @property (weak, nonatomic) IBOutlet UIButton *submit_btn;
  16. @property (weak, nonatomic) IBOutlet UIView *item_view;
  17. @property (weak, nonatomic) UIView *itop_view;
  18. @end
  19. NS_ASSUME_NONNULL_END