LPW
2022-01-05 0b97cfb3490c70664ec62cd5f9e5f01abd912270
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;
22 @end