X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/2c8a6c4cdbc9757a8a6dcfd36338fb19606b583e..855ab31dc6f063368085f5f31c70882ef7370b66:/iTunesRemote.h diff --git a/iTunesRemote.h b/iTunesRemote.h index 9408c63..a5832bb 100755 --- a/iTunesRemote.h +++ b/iTunesRemote.h @@ -1,20 +1,23 @@ // -// iTunesRemote.h +// iTunesRemoteControl.h // MenuTunes // -// Created by Joseph Spiros on Sat Sep 06 2003. -// Copyright (c) 2003 __MyCompanyName__. All rights reserved. +// Created by Matt L. Judy on Sun Jan 05 2003. +// Copyright (c) 2003 iThink Software. All rights reserved. // + #import #import - #import +#import -@interface iTunesRemote : ITMTRemote { - ProcessSerialNumber _currentPSN; - iTunesPlayer _player; - BOOL _activated; +@interface iTunesRemote : ITMTRemote +{ + BOOL _winClosed; + ProcessSerialNumber savedPSN; } - (ProcessSerialNumber)iTunesPSN; +- (NSString*)formatTimeInSeconds:(long)seconds; +- (NSString*)zeroSixty:(int)seconds; @end