| 1234567891011121314151617181920 |
- //
- // RegisteredLoggingTest-Prefix.pch
- // RegisteredLoggingTest
- //
- // CocoaLumberjack Demos
- //
- //
- // Prefix header for all source files of the 'RegisteredLoggingTest' target in the 'RegisteredLoggingTest' project
- //
- #import <Availability.h>
- #ifndef __IPHONE_3_0
- #warning "This project uses features only available in iPhone SDK 3.0 and later."
- #endif
- #ifdef __OBJC__
- #import <UIKit/UIKit.h>
- #import <Foundation/Foundation.h>
- #endif
|