EMClient+Conference.h 418 B

12345678910111213141516171819202122232425
  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. #import "EMClient.h"
  9. #import "IEMConferenceManager.h"
  10. @interface EMClient (Conference)
  11. /*!
  12. * \~chinese
  13. * 多人会议模块
  14. *
  15. * \~english
  16. * mutil conference module
  17. */
  18. @property (strong, nonatomic, readonly) id<IEMConferenceManager> conferenceManager;
  19. @end