Added a commented-out line, template for when making builds for beta testers.
[MenuTunes.git] / KeyBroadcaster.h
1 /* KeyBroadcaster */
2
3 #import <Cocoa/Cocoa.h>
4
5 @interface KeyBroadcaster : NSButton
6 {
7 }
8 + (long)cocoaToCarbonModifiers:(long)modifiers;
9 @end