Wuyx
2016-12-19 dc3b29203bbfa60bc885d370f2cc7949359b6042
commit | author | age
7321fb 1 //
W 2 //  WALuaPayProxy.h
3 //  WACocos2dxLua
4 //
5 //  Created by wuyx on 16/9/8.
6 //
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <WASdkIntf/WASdkIntf.h>
11 @interface WALuaPayProxy : NSObject<WAInventoryDelegate,WAPaymentDelegate>
12 +(void)init4Iap;
13 +(void)queryInventory:(NSDictionary*)dict;
14 +(void)payUI:(NSDictionary*)dict;
15 +(BOOL)isPayServiceAvailable:(NSDictionary*)dict;
16 @end