HyphenateSDK  3.3.0
EMSDK.h
1 
15 #ifndef EMSDK_h
16 #define EMSDK_h
17 
18 #if TARGET_OS_IPHONE
19 
20 #import "EMClient.h"
21 #import "EMClientDelegate.h"
22 
23 #else
24 
25 #import <HyphenateLite/EMClient.h>
26 #import <HyphenateLite/EMClientDelegate.h>
27 
28 #endif
29 
30 
31 #endif /* EMSDK_h */