JLChen
2021-10-08 f8457b624a75bf8e41489b74f66009eee6891b8b
iOS/Xamarin/LCSDKOnXamarin/LCSDKOnXamarin/LCOnMonitorViewController.h
@@ -6,11 +6,20 @@
//
#import <UIKit/UIKit.h>
#import "LCCallDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface LCOnMonitorViewController : UIViewController
#pragma mark LCCallDelegate
/**
 事件代理
 */
@property (nonatomic, weak) id<LCCallDelegate> mLCCallDelegate;
#pragma mark 对外接口方法
@end
NS_ASSUME_NONNULL_END