Beginning of new-style AE API; so new there's no code to speak of
[ITFoundation.git] / ITAppleEventTools.h
diff --git a/ITAppleEventTools.h b/ITAppleEventTools.h
new file mode 100755 (executable)
index 0000000..8b435bf
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ *  ITAppleEventTools.h
+ *  ITFoundation
+ *
+ *  Created by Alexander Strange on Wed Feb 11 2004.
+ *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
+ *
+ */
+
+#import <Foundation/Foundation.h>
+#import <Carbon/Carbon.h>
+
+extern NSAppleEventDescriptor *ITSendAEWithString(NSString *sendString, FourCharCode evClass, FourCharCode evID, ProcessSerialNumber *psn);
+
+@interface NSAppleEventDescriptor (ITAELogging)
+-(void) logDesc;
+@end
\ No newline at end of file