| | |
| | | extern NSString *const WAUserEventUserImportNotification; |
| | | extern NSString *const WAUserEventChangedNotification; |
| | | |
| | | extern NSString *const WAAppDidEnterForegroundNotification; |
| | | extern NSString *const WAAppDidEnterBackgroundNotification; |
| | | |
| | | extern NSString *const WAUserUserAccountInfoNotification; |
| | | |
| | | |
| | | // SDK类型 |
| | | extern const int WA_SDK_TYPE_FR; // 国外 |
| | |
| | | |
| | | |
| | | extern NSString *const WAPAYCHANNEL_WASANDBOX; |
| | | extern NSString *const WAPAYCHANNEL_WACOINS; |
| | | |
| | | extern NSString *const WAPAYCHANNEL_H5PLATFORM; |
| | | extern NSString *const WAPAYCHANNEL_ENJOYPAY; |
| | | |
| | | |
| | | |
| | | @interface WAConstants : NSObject { |
| | | |