Wuyx
2016-12-22 d8d5ed0df38f9b558a031bfed7b0ad5a3ff6d588
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  WALuaTrackProxy.h
//  WACocos2dxLua
//
//  Created by wuyx on 16/9/8.
//
//
 
#import <Foundation/Foundation.h>
#import <WASdkIntf/WASdkIntf.h>
@interface WALuaTrackProxy : NSObject
 
+(void)trackEvent:(NSDictionary*)dict;
+(void)trackEventExt:(NSDictionary*)dict;
+(void)autoTriggerAfterPayment:(NSDictionary*)dict;
@end