HyphenateSDK  3.6.1
EMClient+Conference.h
1 //
2 // EMClient+Conference.h
3 // HyphenateSDK
4 //
5 // Created by XieYajie on 21/10/2016.
6 // Copyright © 2016 easemob.com. All rights reserved.
7 //
8 
9 #import "EMClient.h"
10 
11 #import "IEMConferenceManager.h"
12 
14 
22 @property (strong, nonatomic, readonly) id<IEMConferenceManager> conferenceManager;
23 
24 @end
Definition: EMClient+Conference.h:13