123456789101112131415161718192021222324252627282930313233 |
- //
- // NYFailSpecialExerciseDetailsCell01.h
- // jiaPei
- //
- // Created by Ning.ge on 2024/12/17.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- 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
|