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