RQSimulationTestTopicsItemViewModel.h 626 B

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