ITSendAEWithString returns the direct object AEDesc, or returns 0 if there is none.
[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;