// // NYLIVipContentItem03ViewModel.h // jiaPei // // Created by Ning.ge on 2025/2/15. // Copyright © 2025 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYLIVipContentItem03ViewModel : RQCommonCollectionItemViewModel @property (nonatomic, readwrite, assign) RQHomePageSubjectType homePageSubjectType; - (instancetype)initWithRQTypeModel:(RQTypeModel *)typeModel; @end NS_ASSUME_NONNULL_END