Adding a category to NSProxy that fixes a bug so as to allow NSProxies to be
[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