HyphenateSDK  3.1.4
EMCallRemoteView.h
1 //
2 // EMCallRemoteView.h
3 // HyphenateSDK
4 //
5 // Created by XieYajie on 2/29/16.
6 // Copyright © 2016 easemob.com. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface EMCallRemoteView : UIView
12 
13 - (instancetype)initWithFrame:(CGRect)frame;
14 
15 @end
Definition: EMCallRemoteView.h:11