Demo-OSX-Prefix.pch 173 B

123456789
  1. //
  2. // Prefix header for all source files of the 'Demo-OSX' target in the 'Demo-OSX' project
  3. //
  4. #import <Availability.h>
  5. #ifdef __OBJC__
  6. #import <Cocoa/Cocoa.h>
  7. #endif