// // NYLIVipHeaderImageViewGroupModel.h // jiaPei // // Created by Ning.ge on 2025/2/5. // Copyright © 2025 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYLIVipHeaderImageViewGroupModel : RQCommonGroupViewModel @property (nonatomic, readonly, strong) RQVideoVipModel *videoVipModel; @property (nonatomic, readonly, strong) NSString *headerImageName; /// init - (instancetype)initWithRQVideoVipModel:(RQVideoVipModel *)videoVipModel chooseTypeModel:(RQTypeModel *)chooseTypeModel; @end NS_ASSUME_NONNULL_END