lpw
2022-10-28 961c25f2d9521808de54ef7e046f1fba08704d42
2.7.0
4 files modified
9 ■■■■ changed files
frameworks/WACommon.framework/WACommon patch | view | raw | blame | history
frameworks/WASdkImpl.framework/Headers/WASdkCore.h 7 ●●●●● patch | view | raw | blame | history
frameworks/WASdkImpl.framework/Headers/WASdkImpl.h 2 ●●● patch | view | raw | blame | history
frameworks/WASdkImpl.framework/WASdkImpl patch | view | raw | blame | history
frameworks/WACommon.framework/WACommon
Binary files differ
frameworks/WASdkImpl.framework/Headers/WASdkCore.h
@@ -23,6 +23,13 @@
 *  初始化
 */
+(void)init;
/**
 *  初始化(20221027 新增回掉)
 */
+(void)initWithCompletionHandler:(void (^_Nullable)())completionHandler;
/**
 *  设置调试模式
 *
frameworks/WASdkImpl.framework/Headers/WASdkImpl.h
@@ -16,5 +16,5 @@
// In this header, you should import all the public headers of your framework using statements like #import <WASdkImpl/PublicHeader.h>
//time:2022/10/25  12:29 ver:2.7.0
//time:2022/10/28  12:29 ver:2.7.0
frameworks/WASdkImpl.framework/WASdkImpl
Binary files differ