//
//  EMClientListener.h
//  HyphenateWrapper
//
//  Created by 杜洁鹏 on 2021/6/5.
//

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

@interface EMClientListener : NSObject <EMClientDelegate, EMMultiDevicesDelegate>

@end

NS_ASSUME_NONNULL_END
