HyphenateSDK
3.3.0
首页
类
文件
文件列表
export
include
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
EMCallBuilderDelegate-p
Definition:
EMCallBuilderDelegate.h:13
制作者
1.8.11