git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Readding LibValidate as binary
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
1599e2d
..
36198ab
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-8,13
+8,15
@@
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
-
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
- ProcessSerialNumber
iTunes
PSN;
+ ProcessSerialNumber
saved
PSN;
}
- (ProcessSerialNumber)iTunesPSN;
}
- (ProcessSerialNumber)iTunesPSN;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end
@end