// // RQHomePageSimulationExamItemViewModel.h // jiaPei // // Created by 张嵘 on 2022/6/10. // Copyright © 2022 JCZ. All rights reserved. // #import "RQCommonCollectionItemViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface RQHomePageSimulationExamItemViewModel : RQCommonCollectionItemViewModel @property (nonatomic, readonly, assign) RQHomePageCarType homePageCarType; @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType; /// init - (instancetype)initWithRQHomePageCarType:(RQHomePageCarType)homePageCarType homePageSubjectType:(RQHomePageSubjectType)homePageSubjectType; @end NS_ASSUME_NONNULL_END