// // KBVipPay.h // keyBoard // // Created by Mac on 2025/11/14. // #import NS_ASSUME_NONNULL_BEGIN /// VIP 订阅页(整体使用 UICollectionView,上下滚动) @interface KBVipPay : BaseViewController /// 通过键盘深链配置初始商品及是否自动发起购买 - (void)configureWithProductId:(nullable NSString *)productId autoPurchase:(BOOL)autoPurchase; @end NS_ASSUME_NONNULL_END