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/LCOnDemo/LCOnDemo/LCSDK/LCOnMonitorViewController.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/iOS/Xamarin/LCOnDemo/LCOnDemo/LCSDK/LCOnMonitorViewController.h b/iOS/Xamarin/LCOnDemo/LCOnDemo/LCSDK/LCOnMonitorViewController.h index cd7d460..11e6d4e 100644 --- a/iOS/Xamarin/LCOnDemo/LCOnDemo/LCSDK/LCOnMonitorViewController.h +++ b/iOS/Xamarin/LCOnDemo/LCOnDemo/LCSDK/LCOnMonitorViewController.h @@ -6,11 +6,20 @@ // #import <UIKit/UIKit.h> +#import "LCCallDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface LCOnMonitorViewController : UIViewController +#pragma mark LCCallDelegate +/** + 浜嬩欢浠g悊 + */ +@property (nonatomic, weak) id<LCCallDelegate> mLCCallDelegate; + +#pragma mark 瀵瑰鎺ュ彛鏂规硶 + @end NS_ASSUME_NONNULL_END -- Gitblit v1.8.0