1234567891011121314151617181920 |
- //
- // NYLIVipTipsItemViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/15.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYLIVipTipsItemViewModel : RQCommonCollectionItemViewModel
- @property (nonatomic, readonly, strong) RQVideoVipModel *videoVipModel;
- @property (nonatomic, readonly, assign) RQHomePageSubjectType homePageSubjectType;
- - (instancetype)initVideoVipModel:(RQVideoVipModel *)videoVipModel homePageSubjectType:(RQHomePageSubjectType)homePageSubjectType;
- @end
- NS_ASSUME_NONNULL_END
|