Licensing ITMac under the GNU General Public License version 2.
[ITMac.git] / ITCategory-NSAppleEventDescriptor.h
1 /*
2  *      ITMac
3  *      ITCategory-NSAppleEventDescriptor.h
4  *
5  *      Copyright (c) 2005 iThink Software
6  *
7  */
8
9 #import <Foundation/Foundation.h>
10
11 @interface NSAppleEventDescriptor (ITMacCategory)
12
13 - (NSString *)carbonDescription;
14
15 @end