//
-// 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 NibFile.com. All rights reserved.
//
+
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
-
#import <ITMTRemote/ITMTRemote.h>
+#import <ITFoundation/ITFoundation.h>
-@interface iTunesRemote : ITMTRemote <ITMTRemote> {
- ProcessSerialNumber _currentPSN;
- iTunesPlayer _player;
- BOOL _activated;
+@interface iTunesRemote : ITMTRemote <ITMTRemote>
+{
+ ProcessSerialNumber savedPSN;
}
- (ProcessSerialNumber)iTunesPSN;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end