From 7f62f2d3bf626ac55d2d2de05ca1d71eaaabef39 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 13 五月 2021 09:55:37 +0800
Subject: [PATCH] 2021-05-13 1.备份

---
 iOS/Xamarin/LCSDKOnXamarin/LCSDKOnXamarin/LCCallDelegate.h |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/iOS/Xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESCallDelegate.h b/iOS/Xamarin/LCSDKOnXamarin/LCSDKOnXamarin/LCCallDelegate.h
similarity index 62%
copy from iOS/Xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESCallDelegate.h
copy to iOS/Xamarin/LCSDKOnXamarin/LCSDKOnXamarin/LCCallDelegate.h
index 0e8e50e..dfb8dc1 100644
--- a/iOS/Xamarin/ESVideoOnXamarin/ESVideoOnXamarin/ESCallDelegate.h
+++ b/iOS/Xamarin/LCSDKOnXamarin/LCSDKOnXamarin/LCCallDelegate.h
@@ -1,9 +1,8 @@
 //
-//  ESCallDelegate.h
-//  ESVideoPhoneSDKDemo
+//  LCCallDelegate.h
+//  LCOnDemo
 //
-//  Created by 闄堝槈涔� on 2021/3/25.
-//  Copyright 漏 2021 eTouchSky. All rights reserved.
+//  Created by 闄堝槈涔� on 2021/5/12.
 //
 
 #import <Foundation/Foundation.h>
@@ -11,7 +10,10 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-@protocol ESCallDelegate <NSObject>
+//寮�閿佹垚鍔熼�氱煡
+extern NSString *const LCCallDelegateOpenDoorSuccess;
+
+@protocol LCCallDelegate <NSObject>
 
 //鎺ュ惉鍥炶皟
 -(void)onAnswerAction;
@@ -19,7 +21,7 @@
 //鎷掓帴鏉ョ數鍥炶皟
 -(void)onRejectCallAction;
 
-//寮�濮嬫垚鍔熷洖璋�
+//寮�閿佸洖璋�
 -(void)onUnlockAction;
 
 //鎸傛柇锛堥�氳瘽缁撴潫锛�
@@ -30,7 +32,7 @@
 
 @end
 
-@interface ESCallDelegate : NSObject
+@interface LCCallDelegate : NSObject
 
 @end
 

--
Gitblit v1.8.0