Beginning of new-style AE API; so new there's no code to speak of
[ITFoundation.git] / ITOSAScript.h
index 7c8d337..547acc6 100755 (executable)
 - (id)initWithSource:(NSString *)source;
 
 - (NSString *)source;
+
 - (ITOSAComponent *)component;
 - (void)setComponent:(ITOSAComponent *)newComponent;
 
 - (BOOL)compileAndReturnError:(NSDictionary **)errorInfo;
 - (BOOL)isCompiled;
-- (NSString *)executeAndReturnError:(NSDictionary **)errorInfo;
+
+- (NSAppleEventDescriptor *)executeAndReturnError:(NSDictionary **)errorInfo;
 
 @end