From: Joseph Spiros Date: Wed, 1 Oct 2003 13:16:32 +0000 (+0000) Subject: Updating interfaces. X-Git-Tag: v1.0~27 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/ed343b1325730f0ce536c4ff7ad0549d2af33949 Updating interfaces. --- diff --git a/iTunesRemote.h b/iTunesRemote.h index 992eb49..36198ab 100755 --- a/iTunesRemote.h +++ b/iTunesRemote.h @@ -17,4 +17,6 @@ ProcessSerialNumber savedPSN; } - (ProcessSerialNumber)iTunesPSN; +- (NSString*)formatTimeInSeconds:(long)seconds; +- (NSString*)zeroSixty:(int)seconds; @end