ITOSA looks like NSAppleScript, almost. It works quite well now, except
[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);