Whoops. Quick fix... I forgot a change in the class files.
[MenuTunes.git] / iTunesRemote.h
index 79821c6..384c24c 100755 (executable)
@@ -14,9 +14,9 @@
 
 @interface iTunesRemote : ITMTRemote <ITMTRemote>
 {
-    ComponentInstance asComponent;
     ProcessSerialNumber iTunesPSN;
 }
 - (ProcessSerialNumber)iTunesPSN;
-- (NSString *)runScriptAndReturnResult:(NSString *)script;
+- (void)applicationLaunched:(NSNotification *)note;
+- (void)applicationTerminated:(NSNotification *)note;
 @end