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> | |
11 | #import "WASdkParamConfigObj.h" | |
12 | @interface WASdkParamConfig : NSObject | |
13 | +(void)requestWithCompleteBlock:(void(^)(NSError* error,WASdkParamConfigObj* config))block; | |
14 | @end |