mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// TestFormatter.h
|
|
// CustomFormatters
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <CocoaLumberjack/CocoaLumberjack.h>
|
|
|
|
@interface TestFormatter : NSObject <DDLogFormatter>
|
|
|
|
@end
|