git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Positioning Fixes. The window might still do some weirdness if you change its positi...
[MenuTunes.git]
/
iTunesRemote.h
diff --git
a/iTunesRemote.h
b/iTunesRemote.h
index
0fbfa55
..
fc1e3a0
100755
(executable)
--- a/
iTunesRemote.h
+++ b/
iTunesRemote.h
@@
-3,19
+3,20
@@
// 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.
//
#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 savedPSN;
}
}
-
-
+- (ProcessSerialNumber)iTunesPSN;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
@end
@end