git.ithinksw.org
/
MenuTunes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update iTunesRemote to match the new API. MainController and
[MenuTunes.git]
/
Deprecated
/
StatusWindow.h
1
/*
2
* MenuTunes
3
* StatusWindow
4
* ...
5
*
6
* Original Author : Kent Sutherland <ksuther@ithinksw.com>
7
* Responsibility : Kent Sutherland <ksuther@ithinksw.com>
8
*
9
* Copyright (c) 2002 iThink Software.
10
* All Rights Reserved
11
*
12
*/
13
14
15
#import <Cocoa/Cocoa.h>
16
17
@interface StatusWindow : NSWindow
18
{
19
}
20
@end