root / trunk / ext / cocoa / YAML_Prefix.pch

Revision 198, 180 bytes (checked in by willthimbleby, 4 years ago)

Initial commit.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1//
2// Prefix header for all source files of the 'YAML' target in the 'YAML' project.
3//
4
5#ifdef __OBJC__
6    #import <Foundation/Foundation.h>
7    #import <AppKit/AppKit.h>
8#endif
Note: See TracBrowser for help on using the browser.