Added notes to the TODO. Matt, please check and modify TODO as required :)
[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