From 1cbc13b30f3b999e48b5991820811c023ba0b1e7 Mon Sep 17 00:00:00 2001
From: lpw
Date: Fri, 12 Jan 2024 09:24:24 +0800
Subject: [PATCH] 3.17.1

---
 frameworks/WASdkIntf.framework/Headers/WAIPay.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
index 424d63d..f8275fe 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
@@ -14,9 +14,15 @@
 -(void)init4Iap;
 -(void)queryInventory:(id<WAInventoryDelegate>)delegate;
 -(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate;
+-(void)queryChannelProduct:(NSString *)channel
+			 callBackBlock:(void(^)(NSArray *channelProductsArray,NSError *error))callBackBlock;
 -(BOOL)isPayServiceAvailable;
 -(void)fetchProductInformations:(NSDictionary *)waProductIds inventoryDelegate:(id<WAInventoryDelegate>)delegate;
+- (void)checkFinishTransactions;
 -(SKProduct*)getCurrentProduct;
 -(NSData*)getCurrentReceipt;
 -(float)getReorderLimitTime;
+-(void)payLog:(NSString *)logInfo;
+-(void)startRunAppleTransactionObserve;
+-(void)removeAppleTransactionObserve;
 @end

--
Gitblit v1.8.0