// // NYFailSpecialExerciseDetailsCell01.h // jiaPei // // Created by Ning.ge on 2024/12/17. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYFailSpecialExerciseDetailsCell01 : RQCommonCollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *vm_bm_imageView; @property (weak, nonatomic) IBOutlet UIView *vw_ct_view; @property (weak, nonatomic) IBOutlet UIView *vw_left_view; @property (weak, nonatomic) IBOutlet UILabel *scoreStr_label; @property (weak, nonatomic) IBOutlet UILabel *vw_left_label; @property (weak, nonatomic) IBOutlet UIButton *submit_btn; @property (weak, nonatomic) IBOutlet UIView *item_view; @property (weak, nonatomic) UIView *itop_view; @end NS_ASSUME_NONNULL_END