mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-05-07 20:12:46 +00:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
//
|
|
// LogFileCompressor_Prefix.pch
|
|
// LogFileCompressor
|
|
//
|
|
// CocoaLumberjack Demos
|
|
//
|
|
//
|
|
// Prefix header for all source files of the 'LogFileCompressor' target in the 'LogFileCompressor' project
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|