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