From e96683081abd5c1a94608dd33d092d8f45371cd6 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 28 十月 2021 16:25:38 +0800 Subject: [PATCH] 2021-10-28 1.更新SDK,新增talkType参数 --- iOS/Xamarin/LCSDKOnXamarin/Depend/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Api.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/iOS/Xamarin/LCSDKOnXamarin/Depend/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Api.h b/iOS/Xamarin/LCSDKOnXamarin/Depend/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Api.h index c4e7dc0..b7e34f8 100644 --- a/iOS/Xamarin/LCSDKOnXamarin/Depend/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Api.h +++ b/iOS/Xamarin/LCSDKOnXamarin/Depend/LCOpenSDKDynamic.framework/Headers/LCOpenSDK/LCOpenSDK_Api.h @@ -71,5 +71,10 @@ */ - (void)uninitOpenApi; +/** + * 鑾峰彇SDK鐗堟湰鍙蜂俊鎭� + */ +- ( NSString * _Nonnull)sdkVersion; + @end #endif -- Gitblit v1.8.0