From 8308c8cb515cb874c7d1f46c91e9b0ed62e474d5 Mon Sep 17 00:00:00 2001 From: lpw Date: Thu, 20 Jul 2023 20:06:35 +0800 Subject: [PATCH] 3.16.0 --- frameworks/WASdkImpl.framework/Headers/WASdkConfig.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkConfig.h b/frameworks/WASdkImpl.framework/Headers/WASdkConfig.h index df69608..22e2278 100644 --- a/frameworks/WASdkImpl.framework/Headers/WASdkConfig.h +++ b/frameworks/WASdkImpl.framework/Headers/WASdkConfig.h @@ -19,4 +19,5 @@ +(NSString *)getSdkId; +(void)setAppKey:(NSString*)appKey; +(void)setAppId:(NSString*)appKey; + @end -- Gitblit v1.8.0