| 123456789101112131415161718192021 |
- //
- // MOLogFormatter.h
- // MiMoLive
- //
- // Created by OneeChan on 2025/9/15.
- //
- #import <Foundation/Foundation.h>
- #if DEBUG
- #import <CocoaLumberjack/CocoaLumberjack.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOLogFormatter : NSObject<DDLogFormatter>
- @end
- NS_ASSUME_NONNULL_END
- #endif
|