NYFailSpecialExerciseDetailsCell.h 548 B

12345678910111213141516171819202122232425
  1. //
  2. // NYFailSpecialExerciseDetailsCell.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2024/12/12.
  6. // Copyright © 2024 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface NYFailSpecialExerciseDetailsCell : RQCommonCollectionViewCell
  11. @property (weak, nonatomic) IBOutlet UIImageView *vm_bm_imageView;
  12. @property (weak, nonatomic) IBOutlet UILabel *scoreStr_label;
  13. @property (weak, nonatomic) IBOutlet UIView *tbList_view;
  14. @property (weak, nonatomic) IBOutlet UIButton *submit_btn;
  15. @end
  16. NS_ASSUME_NONNULL_END