X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3275385775db14f654afff24919314941b8a1b7b..a562b4a9e91163116b73f2df7d6589d812d2278e:/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