git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bumped to version 1.7.2. First freeware release.
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
949ec96
..
dbbe821
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-3,7
+3,7
@@
// MenuTunes
//
// Created by Matt L. Judy on Sun Jan 05 2003.
// 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.
//
//
@@
-11,9
+11,17
@@
#import <Carbon/Carbon.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
#import <Carbon/Carbon.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
+#import <ITMac/ITMac.h>
+
+@class PlaylistNode;
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
+ ProcessSerialNumber savedPSN;
+ float _iTunesVersion;
}
}
+- (BOOL)isPlaying;
- (ProcessSerialNumber)iTunesPSN;
- (ProcessSerialNumber)iTunesPSN;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end
@end