12345678910111213141516171819 |
- //
- // NYFailSpecialExerciseDetailsViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2024/12/12.
- // Copyright © 2024 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYFailSpecialExerciseDetailsViewModel : RQCommonViewModel
- @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
- @end
- NS_ASSUME_NONNULL_END
|