12345678910111213141516171819 |
- //
- // RQVipHeaderImageViewGroupViewModel.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/3/2.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQCommonGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQVipHeaderImageViewGroupViewModel : RQCommonGroupViewModel
- @property (nonatomic, readonly, strong) RQVideoVipModel *videoVipModel;
- /// init
- - (instancetype)initWithRQVideoVipModel:(RQVideoVipModel *)videoVipModel;
- @end
- NS_ASSUME_NONNULL_END
|