RollingTestMac_Prefix.pch 243 B

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