ITOSA looks like NSAppleScript, almost. It works quite well now, except
[ITFoundation.git] / ITOSAComponent.h
index 54b3b04..a36fab6 100755 (executable)
@@ -20,6 +20,8 @@
     ComponentInstance _componentInstance;
     NSDictionary *_information;
 }
++ (ITOSAComponent *)AppleScriptComponent;
++ (ITOSAComponent *)componentWithCarbonComponent:(Component)component;
 + (NSArray *)availableComponents;
 
 - (id)initWithSubtype:(unsigned long)subtype;