Everything is in the plugin now, I hope
[MenuTunes.git] / iTunesRemote.h
index 1599e2d..79821c6 100755 (executable)
@@ -8,13 +8,15 @@
 
 
 #import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
 #import <ITMTRemote/ITMTRemote.h>
 #import <ITFoundation/ITFoundation.h>
 
-
 @interface iTunesRemote : ITMTRemote <ITMTRemote>
 {
+    ComponentInstance asComponent;
     ProcessSerialNumber iTunesPSN;
 }
 - (ProcessSerialNumber)iTunesPSN;
+- (NSString *)runScriptAndReturnResult:(NSString *)script;
 @end