X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/796f8360ac05b39085aef9f202f635a04ba6834e..6d5c40377eaaed43e49e032faf9449641f31d9e1:/iTunesRemote.h diff --git a/iTunesRemote.h b/iTunesRemote.h index 7dd5145..384c24c 100755 --- a/iTunesRemote.h +++ b/iTunesRemote.h @@ -14,9 +14,9 @@ @interface iTunesRemote : ITMTRemote { - ComponentInstance asComponent; //We will remove this when we are all AEs ProcessSerialNumber iTunesPSN; } - (ProcessSerialNumber)iTunesPSN; -- (NSString *)runScriptAndReturnResult:(NSString *)script; +- (void)applicationLaunched:(NSNotification *)note; +- (void)applicationTerminated:(NSNotification *)note; @end