// // RQHomePageSubjectOneOrFourViewModel.h // JSJP // // Created by 张嵘 on 2021/7/29. // #import "RQCommonCollectionViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQHomePageOneOrFourItemModel : RQBaseModel @property (nonatomic, readonly, copy) NSString *titleStr; @property (nonatomic, readonly, copy) NSString *iconImgStr; - (instancetype)initWithTitleStr:(NSString *)titleStr iconImgStr:(NSString *)iconImgStr; @end @interface RQHomePageSubjectOneOrFourViewModel : RQCommonCollectionViewModel @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType; @end NS_ASSUME_NONNULL_END