HyphenateChatSDK  4.6.0
EMLogDelegate.h
1 //
2 // EMLogDelegate.h
3 // HyphenateChat
4 //
5 // Created by li xiaoming on 2022/7/29.
6 // Copyright © 2022 easemob.com. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
18 @protocol EMLogDelegate <NSObject>
19 @optional
20 
32 - (void) logDidOutput:(NSString* _Nonnull)log;
33 
34 @end
Definition: EMLogDelegate.h:18