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