// // RQExerciseSubViewModel.h // JSJP // // Created by 张嵘 on 2021/8/12. // #import "RQCommonViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQExerciseSubViewModel : RQCommonViewModel //@property (nonatomic, readonly, assign) RQExerciseType exerciseType; /// homePageCarType @property (nonatomic, readonly, assign) RQHomePageCarType homePageCarType; /// homePageSubjectType @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType; /// homeSubPageType @property (nonatomic, readonly, assign) RQHomeSubPageType homeSubPageType; /// homeSubEditListType @property (nonatomic, readonly, assign) RQHomeSubEditListType homeSubEditListType; @property (nonatomic, readonly, copy) NSString *titleStr; @property (nonatomic, readonly, assign) NSInteger number; @property (nonatomic, readwrite, copy) NSArray *questionArr; @end NS_ASSUME_NONNULL_END