CustomFormatters_Prefix.pch 251 B

12345678910111213
  1. //
  2. // CustomFormatters_Prefix.pch
  3. // CustomFormatters
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. //
  8. // Prefix header for all source files of the 'CustomFormatters' target in the 'CustomFormatters' project
  9. //
  10. #ifdef __OBJC__
  11. #import <Cocoa/Cocoa.h>
  12. #endif