1234567891011121314151617181920212223 |
- //
- // NYFailSpecialExerciseCell.h
- // jiaPei
- //
- // Created by Ning.ge on 2024/12/11.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYFailSpecialExerciseCell : RQCommonCollectionViewCell
- @property (weak, nonatomic) IBOutlet UIImageView *icon_imageView;
- @property (weak, nonatomic) IBOutlet UILabel *title_label;
- @end
- NS_ASSUME_NONNULL_END
|