mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-15 23:54:46 +00:00
9 lines
168 B
Objective-C
Executable File
9 lines
168 B
Objective-C
Executable File
#import <Foundation/Foundation.h>
|
|
|
|
#ifdef LOG_LEVEL_DEF
|
|
#undef LOG_LEVEL_DEF
|
|
#endif
|
|
#define LOG_LEVEL_DEF kEditorLogLevel
|
|
|
|
extern const DDLogLevel kEditorLogLevel;
|