Initial import of ITMac sources.
[ITMac.git] / ITCategory-NSAppleEventDescriptor.h
1 /*
2  *      ITMac
3  *      ITCategory-NSAppleEventDescriptor.h
4  *
5  *      Copyright (c) 2005 by iThink Software.
6  *      All Rights Reserved.
7  *
8  *      $Id$
9  *
10  */
11
12 #import <Foundation/Foundation.h>
13
14 @interface NSAppleEventDescriptor (ITMacCategory)
15
16 - (NSString *)carbonDescription;
17
18 @end