iTunesRemote updated to fit new ITMTRemote API changes.
[MenuTunes.git] / iTunesRemote.h
index 04b1cdb..384c24c 100755 (executable)
@@ -17,4 +17,6 @@
     ProcessSerialNumber iTunesPSN;
 }
 - (ProcessSerialNumber)iTunesPSN;
+- (void)applicationLaunched:(NSNotification *)note;
+- (void)applicationTerminated:(NSNotification *)note;
 @end