public
Description: A small sample application that defines a category of NSAppleEventDescriptor that will convert NSAppleEventDescriptors into normal Cocoa objects.
Homepage: http://www.fromconcentratesoftware.com/
Clone URL: git://github.com/Grayson/applescripttodictionarywithnutoo.git
Grayson Hansard (author)
Mon Apr 21 16:20:23 -0700 2008
applescripttodictionarywithnutoo / ApplescriptToDictionaryWithNuToo_Prefix.pch
100644 8 lines (6 sloc) 0.195 kb
1
2
3
4
5
6
7
8
//
// Prefix header for all source files of the 'ApplescriptToDictionaryWithNuToo' target in the 'ApplescriptToDictionaryWithNuToo' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif