RQHomePageSubjectOneOrFourViewModel.h 352 B

1234567891011121314151617
  1. //
  2. // RQHomePageSubjectOneOrFourViewModel.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/7/29.
  6. //
  7. #import "RQCommonCollectionViewModel.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQHomePageSubjectOneOrFourViewModel : RQCommonCollectionViewModel
  10. @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
  11. @end
  12. NS_ASSUME_NONNULL_END