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 |