123456789101112131415161718 |
- //
- // NYLIVipContentItem03ViewModel.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 NYLIVipContentItem03ViewModel : RQCommonCollectionItemViewModel
- @property (nonatomic, readwrite, assign) RQHomePageSubjectType homePageSubjectType;
- - (instancetype)initWithRQTypeModel:(RQTypeModel *)typeModel;
- @end
- NS_ASSUME_NONNULL_END
|