MOLogFormatter.h 287 B

123456789101112131415161718192021
  1. //
  2. // MOLogFormatter.h
  3. // MiMoLive
  4. //
  5. // Created by OneeChan on 2025/9/15.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #if DEBUG
  9. #import <CocoaLumberjack/CocoaLumberjack.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MOLogFormatter : NSObject<DDLogFormatter>
  12. @end
  13. NS_ASSUME_NONNULL_END
  14. #endif