commit | author | age
|
6e1425
|
1 |
// |
H |
2 |
// WASDKSwitchConfig.h |
|
3 |
// WASDKUI |
|
4 |
// |
|
5 |
// Created by wuyx on 15/11/25. |
|
6 |
// Copyright © 2015年 GHW-T-01. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
#import <Foundation/Foundation.h> |
|
10 |
#import <WACommon/WACommon.h> |
64e824
|
11 |
#import <WASdkIntf/WASdkIntf.h> |
H |
12 |
|
6e1425
|
13 |
@interface WASdkParamConfig : NSObject |
64e824
|
14 |
+(void)requestWithCompleteBlock:(void(^)(NSError* error,WAParamConfigObj* config))block; |
H |
15 |
+(WAParamConfigObj*)parserWithDict:(NSDictionary*)dict; |
6e1425
|
16 |
@end |