RQSimulationTestTopicsViewModel.h 605 B

12345678910111213141516171819202122
  1. //
  2. // RQSimulationTestTopicsViewModel.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/8/6.
  6. //
  7. #import "RQCommonViewModel.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQSimulationTestTopicsViewModel : RQCommonViewModel
  10. @property (nonatomic, readonly, assign) RQExerciseType exerciseType;
  11. /// homePageCarType
  12. @property (nonatomic, readonly, assign) RQHomePageCarType homePageCarType;
  13. /// homePageSubjectType
  14. @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
  15. /// homeSubPageType
  16. @property (nonatomic, readonly, assign) RQHomeSubPageType homeSubPageType;
  17. @end
  18. NS_ASSUME_NONNULL_END