// // NSAppleEventDescriptor+NDAppleScriptObject_QSMods.h // Quicksilver // // Created by Alcor on 8/19/04. // Copyright 2004 Blacktree. All rights reserved. // #import #import "NSAppleEventDescriptor+NDAppleScriptObject.h" @interface NSAppleEventDescriptor (NDAppleScriptObject_QSMods) //+ (NSAppleEventDescriptor *)targetDescriptorWithBundleID:(NSString *)bundleID; + (NSAppleEventDescriptor *)targetDescriptorWithTypeSignature:(OSType)type; - (NSAppleEventDescriptor *)AESend; - (NSAppleEventDescriptor *)AESendWithSendMode:(AESendMode)sendMode priority:(AESendPriority)sendPriority timeout:(long) timeOutInTicks; @end