git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updating MenuTunes Info.plist and strings.
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
fc1e3a0
..
dbbe821
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-11,11
+11,16
@@
#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>
{
ProcessSerialNumber savedPSN;
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
ProcessSerialNumber savedPSN;
+ float _iTunesVersion;
}
}
+- (BOOL)isPlaying;
- (ProcessSerialNumber)iTunesPSN;
- (NSString*)formatTimeInSeconds:(long)seconds;
- (NSString*)zeroSixty:(int)seconds;
- (ProcessSerialNumber)iTunesPSN;
- (NSString*)formatTimeInSeconds:(long)seconds;
- (NSString*)zeroSixty:(int)seconds;