HyphenateSDK  3.3.0
Hyphenate.h
1 //
2 // Hyphenate.h
3 // Hyphenate
4 //
5 // Created by XieYajie on 16/01/2017.
6 // Copyright © 2017 easemob.com. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
12 FOUNDATION_EXPORT double HyphenateVersionNumber;
13 
15 FOUNDATION_EXPORT const unsigned char HyphenateVersionString[];
16 
17 // In this header, you should import all the public headers of your framework using statements like #import <Hyphenate/PublicHeader.h>
18 
19 #import <Hyphenate/EMClient.h>
20 #import <Hyphenate/EMClientDelegate.h>
21 
22 #import <Hyphenate/EMClient+Call.h>
23 #import <Hyphenate/EMCallOptions.h>
24 #import <Hyphenate/EMCallSession.h>