国内WASDK Apple实现层
lipengwei
2020-03-04 a39f319b7e79ad332b8d3f037695d2d6333c897d
commit | author | age
330f2f 1 //
H 2 //  APConstants.h
3 //  WAApImplUI
4 //
5 //  Created by wuyx on 16/3/7.
6 //  Copyright © 2016年 GHW-T-01. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #ifndef AP_APConstants_h
11 #define AP_APConstants_h
12
13
14 extern NSString *const AP_LOGIN_PUBLIC_KEY_URL;
15 extern NSString *const AP_LOGIN_SIGNATURE;
16 extern NSString *const AP_LOGIN_SALT;
17 extern NSString *const AP_LOGIN_TIMESTAMP;
18 extern NSString *const AP_LOGIN_FLAG;
19 extern NSString *const AP_LOGIN_PLAYER_ID;
20 extern NSString *const AP_LOGIN_BUNDLE_ID;
21 #endif