Moving over to a new XCode project file... it builds fine, and the builds
[MenuTunes.git] / StatusItemHack.h
1 /* StatusItemHack */
2
3 #import <Cocoa/Cocoa.h>
4
5 @interface NSStatusBarButton : NSButton
6 {
7 }
8 @end
9
10 @interface StatusItemHack : NSStatusBarButton
11 {
12 }
13 + (void)install;
14 @end