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