// 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.
//
#import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
-
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
- ProcessSerialNumber iTunesPSN;
+ ProcessSerialNumber savedPSN;
}
- (ProcessSerialNumber)iTunesPSN;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end