admin
2016-12-06 fab58f2023716c66c854591b7d78ebd4516fd8ab
frameworks/WAApImpl.framework/Headers/WAAPIapSingleton.h
@@ -43,10 +43,10 @@
 */
+(WAAPIapSingleton *)shareInstance;
/**
 *  获取商品列表
 */
+(void)queryInventory:(id<WAInventoryDelegate>)delegate;
///**
// *  获取商品列表
// */
//+(void)queryInventory:(id<WAInventoryDelegate>)delegate;
/**
 *  单个商品购买
@@ -64,7 +64,7 @@
 */
+(void)payWithProductId:(NSString *)productId extInfo:(NSString *)extInfo delegate:(id<WAPaymentDelegate>)delegate;
+(void)fetchProductInformations:(NSDictionary *)waProducts;
+(void)fetchProductInformations:(NSDictionary *)waProducts inventoryDelegate:(id<WAInventoryDelegate>)delegate;
+(SKProduct*)getCurrentProduct;