123456789101112131415161718192021222324 |
- //
- // YOUPAILZVipCoinRechargeModel.h
- // VQU
- //
- // Created by CY on 2021/8/26.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZVipCoinRechargeModel : NSObject
- @property (nonatomic,strong) NSString *youpaipid;
- @property (nonatomic,strong) NSString *youpaipname;
- @property (nonatomic,strong) NSString *youpaipnoble_coin;
- @property (nonatomic,strong) NSString *youpaipprice;
- @property (nonatomic,assign) BOOL youpaipisSelected;
- @property (nonatomic,strong) NSString *ios_product_id;//iOS商品ID
- @end
- NS_ASSUME_NONNULL_END
|