Fixed the AppleEvent tools to actually work.
[ITFoundation.git] / ITCarbonSupport.h
1 #import <Foundation/Foundation.h>
2 #import <Carbon/Carbon.h>
3
4 NSString *NSStringFromFourCharCode(FourCharCode code);
5 FourCharCode FourCharCodeFromNSString(NSString *string);