Fixed the AppleEvent tools to actually work.
[ITFoundation.git] / ITOSAComponent.h
index 54b3b04..a552aad 100755 (executable)
@@ -20,6 +20,8 @@
     ComponentInstance _componentInstance;
     NSDictionary *_information;
 }
++ (ITOSAComponent *)appleScriptComponent;
++ (ITOSAComponent *)componentWithCarbonComponent:(Component)component;
 + (NSArray *)availableComponents;
 
 - (id)initWithSubtype:(unsigned long)subtype;