1234567891011121314151617181920 |
- //
- // NYLIVipSinglePriceItemViewModel.h
- // jiaPei
- //
- // Created by Ning.ge on 2025/2/7.
- // Copyright © 2025 JCZ. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NYLIVipSinglePriceItemViewModel : RQCommonCollectionItemViewModel
- @property (nonatomic, readonly, strong) RQTypeModel *typeModel;
- @property (nonatomic, readonly, assign) BOOL isSelect;
- /// init
- - (instancetype)initWithRQTypeModel:(RQTypeModel *)typeModel chooseTypeModel:(RQTypeModel *)chooseTypeModel typeModels:(NSArray *)typeModels;
- @end
- NS_ASSUME_NONNULL_END
|