HyphenateChatSDK  3.8.7
HyphenateChat.h
1 //
2 // HyphenateChat.h
3 // HyphenateChat
4 //
5 // Created by xiaoming.li on 23/02/2021.
6 // Copyright © 2017 easemob.com. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
12 FOUNDATION_EXPORT double HyphenateChatVersionNumber;
13 
15 FOUNDATION_EXPORT const unsigned char HyphenateChatVersionString[];
16 
17 // In this header, you should import all the public headers of your framework using statements like #import <HyphenateChat/PublicHeader.h>
18 
19 #import <HyphenateChat/EMClient.h>
20 #import <HyphenateChat/EMClientDelegate.h>
21 #import <HyphenateChat/EMMultiDevicesDelegate.h>