RegisteredLoggingTest-Prefix.pch 440 B

1234567891011121314151617181920
  1. //
  2. // RegisteredLoggingTest-Prefix.pch
  3. // RegisteredLoggingTest
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. //
  8. // Prefix header for all source files of the 'RegisteredLoggingTest' target in the 'RegisteredLoggingTest' project
  9. //
  10. #import <Availability.h>
  11. #ifndef __IPHONE_3_0
  12. #warning "This project uses features only available in iPhone SDK 3.0 and later."
  13. #endif
  14. #ifdef __OBJC__
  15. #import <UIKit/UIKit.h>
  16. #import <Foundation/Foundation.h>
  17. #endif