// // NYBlockExerciseCell.h // jiaPei // // Created by Ning.ge on 2024/12/5. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYBlockExerciseCell : RQCommonCollectionViewCell @property (weak, nonatomic) IBOutlet UILabel *leftStr_label; @property (weak, nonatomic) IBOutlet UIButton *right_btn; @property (weak, nonatomic) IBOutlet UIProgressView *progress_view; @property (weak, nonatomic) IBOutlet UILabel *progress_label; @end NS_ASSUME_NONNULL_END