From 6a63c4281fbe7e17103115320cd276397d733081 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期五, 27 八月 2021 09:28:10 +0800 Subject: [PATCH] 替换最新的.a --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs index c01318a..964bd28 100644 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs @@ -5,8 +5,8 @@ namespace Shared.IOS.HDLLinphoneSDK { [Static] - //[Verify(ConstantsInterfaceAssociation)] - partial interface Constants + //[Verify(ConstantsInterfaceAssociation)] + partial interface Constants { // extern NSString *const _Nonnull HDLLPCallDelegateOpenDoorSuccess; [Field("HDLLPCallDelegateOpenDoorSuccess", "__Internal")] -- Gitblit v1.8.0