From c09cd2207c2e5bd52595f1addbd4cdc8bbace55f Mon Sep 17 00:00:00 2001
From: lpw
Date: Wed, 24 Aug 2022 14:30:01 +0800
Subject: [PATCH] 3.11.0

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

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
index 3219a90..f8275fe 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h
@@ -14,6 +14,8 @@
 -(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;
@@ -21,4 +23,6 @@
 -(NSData*)getCurrentReceipt;
 -(float)getReorderLimitTime;
 -(void)payLog:(NSString *)logInfo;
+-(void)startRunAppleTransactionObserve;
+-(void)removeAppleTransactionObserve;
 @end

--
Gitblit v1.8.0