Added localized strings to everything, I think. Hope I didn't miss anything.
[MenuTunes.git] / iTunesRemote.h
1 //
2 //  iTunesRemoteControl.h
3 //  MenuTunes
4 //
5 //  Created by Matt L. Judy on Sun Jan 05 2003.
6 //  Copyright (c) 2003 iThink Software. All rights reserved.
7 //
8
9
10 #import <Cocoa/Cocoa.h>
11 #import <Carbon/Carbon.h>
12 #import <ITMTRemote/ITMTRemote.h>
13 #import <ITFoundation/ITFoundation.h>
14
15 @interface iTunesRemote : ITMTRemote <ITMTRemote>
16 {
17     ProcessSerialNumber savedPSN;
18 }
19 - (BOOL)isPlaying;
20 - (ProcessSerialNumber)iTunesPSN;
21 - (NSString*)formatTimeInSeconds:(long)seconds;
22 - (NSString*)zeroSixty:(int)seconds;
23 @end