HyphenateSDK  3.3.0
EMCallBuilderDelegate.h
1 //
2 // EMCallBuilderDelegate.h
3 // HyphenateSDK
4 //
5 // Created by XieYajie on 26/10/2016.
6 // Copyright © 2016 easemob.com. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 #import "EMCallRemoteView.h"
12 
13 @protocol EMCallBuilderDelegate <NSObject>
14 
15 @optional
16 
17 - (void)callRemoteOffline:(NSString *)aRemoteName;
18 
19 @end
Definition: EMCallBuilderDelegate.h:13