1234567891011121314151617181920 |
- //
- // NYFailSpecialExerciseItemModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2024/12/11.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYFailSpecialExerciseItemModel : RQCommonCollectionItemViewModel
- - (instancetype)initWithTitle:(NSString *)title icon:(NSString *)icon;
- @end
- NS_ASSUME_NONNULL_END
|