123456789101112131415161718192021 |
- //
- // NYLIVipHeaderImageViewGroupModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/5.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- 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
|