Files
CocoaLumberjack/Demos/WebServerIPhone/WebServerIPhone_Prefix.pch
2019-01-15 12:01:20 -08:00

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