X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/35f6b7135a40f5d95777b74f84bc90db2a33ad2b..865ed626fce033da225a4a93646ad185f72c74ff:/iTunesRemote.h diff --git a/iTunesRemote.h b/iTunesRemote.h index 992eb49..fc1e3a0 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. // @@ -17,4 +17,6 @@ ProcessSerialNumber savedPSN; } - (ProcessSerialNumber)iTunesPSN; +- (NSString*)formatTimeInSeconds:(long)seconds; +- (NSString*)zeroSixty:(int)seconds; @end