X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/03c0449f8664bc77b4aaa4681732382b8fcee91c..82086d6a95408227f929ca149591c6fc3962f043:/iTunesRemote.h diff --git a/iTunesRemote.h b/iTunesRemote.h index 384c24c..a5832bb 100755 --- a/iTunesRemote.h +++ b/iTunesRemote.h @@ -3,7 +3,7 @@ // MenuTunes // // Created by Matt L. Judy on Sun Jan 05 2003. -// Copyright (c) 2003 NibFile.com. All rights reserved. +// Copyright (c) 2003 iThink Software. All rights reserved. // @@ -14,9 +14,10 @@ @interface iTunesRemote : ITMTRemote { - ProcessSerialNumber iTunesPSN; + BOOL _winClosed; + ProcessSerialNumber savedPSN; } - (ProcessSerialNumber)iTunesPSN; -- (void)applicationLaunched:(NSNotification *)note; -- (void)applicationTerminated:(NSNotification *)note; +- (NSString*)formatTimeInSeconds:(long)seconds; +- (NSString*)zeroSixty:(int)seconds; @end