JLChen
2021-05-13 7f62f2d3bf626ac55d2d2de05ca1d71eaaabef39
iOS/Xamarin/LCSDKOnXamarin/LCSDKOnXamarin/LCOnIntercomViewController.h
@@ -6,17 +6,17 @@
//
#import <UIKit/UIKit.h>
#import "ESCallDelegate.h"
#import "LCCallDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface LCOnIntercomViewController : UIViewController
#pragma mark ESCallDelegate
#pragma mark LCCallDelegate
/**
 丰林事件代理
 事件代理
 */
@property (nonatomic, weak) id<ESCallDelegate> mESCallDelegate;
@property (nonatomic, weak) id<LCCallDelegate> mLCCallDelegate;
#pragma mark 对外接口方法