From 125f2165e436aec60ce5c6e600cd028f0ce0da59 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Thu, 01 Dec 2016 15:40:04 +0800 Subject: [PATCH] modified: WASdkIntf.podspec --- frameworks/WASdkIntf.framework/Headers/WAIPay.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPay.h b/frameworks/WASdkIntf.framework/Headers/WAIPay.h index bc82538..424d63d 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAIPay.h +++ b/frameworks/WASdkIntf.framework/Headers/WAIPay.h @@ -15,7 +15,7 @@ -(void)queryInventory:(id<WAInventoryDelegate>)delegate; -(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate; -(BOOL)isPayServiceAvailable; --(void)fetchProductInformations:(NSDictionary *)waProductIds; +-(void)fetchProductInformations:(NSDictionary *)waProductIds inventoryDelegate:(id<WAInventoryDelegate>)delegate; -(SKProduct*)getCurrentProduct; -(NSData*)getCurrentReceipt; -(float)getReorderLimitTime; -- Gitblit v1.8.0