Fixing project references due to the previous upgrade from .xcode to .xcodeproj.
[ITMac.git] / ITCategory-NSAppleEventDescriptor.m
1 #import "ITCategory-NSAppleEventDescriptor.h"
2 #import "ITAppleEventTools.h"
3
4 @implementation NSAppleEventDescriptor (ITMacCategory)
5
6 - (NSString *)carbonDescription {
7         return _ITAEDescCarbonDescription(*[self aeDesc]);
8 }
9
10 @end