RQWrongAndCollectionViewModel.h 579 B

12345678910111213141516171819202122
  1. //
  2. // RQWrongAndCollectionViewModel.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2022/5/23.
  6. //
  7. #import "RQCommonViewModel.h"
  8. #import "RQWrongAndCollectionItemViewModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQWrongAndCollectionViewModel : RQCommonViewModel
  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