From 6bbc6bdf147ec2fe05c59b70f959bcad8786770a Mon Sep 17 00:00:00 2001
From: cqy <cqy@hdlchina.com.cn>
Date: 星期五, 13 八月 2021 14:49:38 +0800
Subject: [PATCH] Update Shared.IOS.HDLLinphoneSDK.csproj

---
 Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs
index f78ffac..b362199 100644
--- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs
+++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs
@@ -39,9 +39,9 @@
 		void OnHangUpAction(int callDuration);
 
 		// @required -(void)onScreenshotSuccessfulAction:(UIImage * _Nonnull)image;
-		[Abstract]
-		[Export("onScreenshotSuccessfulAction:")]
-		void OnScreenshotSuccessfulAction(UIImage image);
+		//[Abstract]
+		//[Export("onScreenshotSuccessfulAction:")]
+		//void OnScreenshotSuccessfulAction(UIImage image);
 	}
 
 	//// @interface HDLLinphoneCallDelegate : NSObject

--
Gitblit v1.8.0