添加键盘里的充值界面

This commit is contained in:
2025-12-17 16:22:41 +08:00
parent c6b4444589
commit dde8716262
9 changed files with 1038 additions and 14 deletions

View File

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