123456789101112131415161718192021 |
- //
- // RQVipHeaderImageViewNewGroupViewModel.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/11/9.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQCommonGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQVipHeaderImageViewNewGroupViewModel : 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
|