7 lines
67 B
C
7 lines
67 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface MenuButton : NSButton
|
||
|
{
|
||
|
}
|
||
|
@end
|