HyphenateSDK  3.1.4
EMCallLocalView.h
1 //
2 // EMCallLocalView.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 EMCallLocalView : UIView
12 
30 - (instancetype)initWithFrame:(CGRect)frame withSessionPreset:(NSString*)aSessionPreset;
31 
32 @end
Definition: EMCallLocalView.h:11