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