// // NYLiVipBuyNewView.h // jiaPei // // Created by Ning.ge on 2025/2/5. // Copyright © 2025 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface NYLiVipBuyNewView : UIView @property (nonatomic, readwrite, strong) RQTypeModel *typeModel; @property (weak, nonatomic) IBOutlet QMUIButton *buyBtn; @property (weak, nonatomic) IBOutlet QMUIButton *priceBtn; @property (weak, nonatomic) IBOutlet QMUIButton *userAgreeBtn; @property (weak, nonatomic) IBOutlet QMUIButton *userAgreementBtn; + (instancetype)vipBuyNewView; @end NS_ASSUME_NONNULL_END