lpw
2022-06-21 c28f38073c31ea8e6f2700bd59af3283338d343e
frameworks/WASdkImpl.framework/Headers/WASdkParamConfig.h
@@ -8,7 +8,9 @@
#import <Foundation/Foundation.h>
#import <WACommon/WACommon.h>
#import "WASdkParamConfigObj.h"
#import <WASdkIntf/WASdkIntf.h>
@interface WASdkParamConfig : NSObject
+(void)requestWithCompleteBlock:(void(^)(NSError* error,WASdkParamConfigObj* config))block;
+(void)requestWithCompleteBlock:(void(^)(NSError* error,WAParamConfigObj* config))block;
+(WAParamConfigObj*)parserWithDict:(NSDictionary*)dict;
@end