Merge branch 'master' of git://github.com/ksuther/MenuTunes
[MenuTunes.git] / StatusItemHack.h
1 /*
2  *      MenuTunes
3  *      StatusItemHack.h
4  *
5  *      Copyright (c) 2003 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface NSStatusBarButton : NSButton
12 {
13 }
14 @end
15
16 @interface StatusItemHack : NSStatusBarButton
17 {
18 }
19 + (void)install;
20 @end