NYBlockExerciseCell.h 524 B

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