commit | author | age
|
6e1425
|
1 |
// |
H |
2 |
// WASDKConfig.h |
|
3 |
// WASDKUI |
|
4 |
// |
|
5 |
// Created by wuyx on 15/7/2. |
|
6 |
// Copyright (c) 2015年 GHW-T-01. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
#import <Foundation/Foundation.h> |
|
10 |
|
|
11 |
@interface WASdkConfig : NSObject |
|
12 |
+(NSString*)getWASDKServerUrl; |
|
13 |
+(NSString*)getAppKey; |
|
14 |
+(NSString*)getPublishChannel; |
|
15 |
+(NSString*)getChannel; |
|
16 |
+(NSString*)getAppID; |
|
17 |
+(NSString*)getOS; |
|
18 |
+(NSString*)getSdkVer; |
|
19 |
+(NSString *)getSdkId; |
|
20 |
+(void)setAppKey:(NSString*)appKey; |
|
21 |
+(void)setAppId:(NSString*)appKey; |
09e73a
|
22 |
|
6e1425
|
23 |
@end |