commit | author | age | ||
7321fb | 1 | // |
W | 2 | // WALuaTrackProxy.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 WALuaTrackProxy : NSObject | |
12 | ||
13 | +(void)trackEvent:(NSDictionary*)dict; | |
14 | +(void)trackEventExt:(NSDictionary*)dict; | |
15 | +(void)autoTriggerAfterPayment:(NSDictionary*)dict; | |
16 | @end |