//  HyphenateChat.h
//  HyphenateChat
//
//  Created by xiaoming.li on 23/02/2021.
//  Copyright © 2017 easemob.com. All rights reserved.
//

#import <UIKit/UIKit.h>

/**
  *  \~chinese 
  *  即时通讯项目版本号。
  *
  *  \~english
  *  The project version number of Chat.
  */
FOUNDATION_EXPORT double HyphenateChatVersionNumber;

// The project version string of Chat.
FOUNDATION_EXPORT const unsigned char HyphenateChatVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <HyphenateChat/PublicHeader.h>

#import <HyphenateChat/EMClient.h>
#import <HyphenateChat/EMClientDelegate.h>
#import <HyphenateChat/EMMultiDevicesDelegate.h>
