//
//  EMChatListener.h
//  HyphenateWrapper
//
//  Created by 杜洁鹏 on 2021/6/7.
//

#import <Foundation/Foundation.h>
#import <HyphenateChat/HyphenateChat.h>
NS_ASSUME_NONNULL_BEGIN

@interface EMChatListener : NSObject <EMChatManagerDelegate>

@end

NS_ASSUME_NONNULL_END
