mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
//
|
|
// CustomLogLevels_Prefix.pch
|
|
// CustomLogLevels
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
//
|
|
// Prefix header for all source files of the 'CustomLogLevels' target in the 'CustomLogLevels' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|