Updating plists and versioning to release 1.5.1.
[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 #import <ITMac/ITMac.h>
15
16 @interface iTunesRemote : ITMTRemote <ITMTRemote>
17 {
18     ProcessSerialNumber savedPSN;
19 }
20 - (BOOL)isPlaying;
21 - (ProcessSerialNumber)iTunesPSN;
22 - (NSString*)formatTimeInSeconds:(long)seconds;
23 - (NSString*)zeroSixty:(int)seconds;
24 @end