NYFailSpecialExerciseDetailsCell01.h 778 B

123456789101112131415161718192021222324252627282930313233
  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 UIImageView *vm_bm_imageView;
  12. @property (weak, nonatomic) IBOutlet UIView *vw_ct_view;
  13. @property (weak, nonatomic) IBOutlet UIView *vw_left_view;
  14. @property (weak, nonatomic) IBOutlet UILabel *scoreStr_label;
  15. @property (weak, nonatomic) IBOutlet UILabel *vw_left_label;
  16. @property (weak, nonatomic) IBOutlet UIButton *submit_btn;
  17. @property (weak, nonatomic) IBOutlet UIView *item_view;
  18. @property (weak, nonatomic) UIView *itop_view;
  19. @end
  20. NS_ASSUME_NONNULL_END