// // NYLIVipContentNewItemViewModel.h // jiaPei // // Created by Ning.ge on 2025/2/6. // Copyright © 2025 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYLIVipContentNewItemViewModel : RQCommonCollectionItemViewModel @property (nonatomic, readonly, strong) RQTypeModel *typeModel; @property (nonatomic, readwrite, assign) BOOL isSubjectFour; @property (nonatomic, readwrite, assign) int type; /// init - (instancetype)initWithRQTypeModel:(RQTypeModel *)typeModel type:(int)type; @end NS_ASSUME_NONNULL_END