// // RQHomePageSubjectOneOrFourViewModel.h // SDJK // // Created by 张嵘 on 2021/7/29. // #import "RQCommonCollectionViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQHomePageSubjectOneOrFourViewModel : RQCommonCollectionViewModel @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType; @end NS_ASSUME_NONNULL_END