X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3275385775db14f654afff24919314941b8a1b7b..8038baa10cad045a9a80e3843984e4aeed0e47e9:/ITOSAScript.h diff --git a/ITOSAScript.h b/ITOSAScript.h index 7c8d337..547acc6 100755 --- a/ITOSAScript.h +++ b/ITOSAScript.h @@ -27,11 +27,13 @@ - (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