From 45ad02909f31e1a2ec3889bfc2ff6961317c721c Mon Sep 17 00:00:00 2001
From: lpw
Date: Wed, 26 Jun 2024 17:07:04 +0800
Subject: [PATCH] 提交2.9.1

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

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
index f5af691..f8275fe 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
@@ -14,10 +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