mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
6 lines
67 B
Objective-C
6 lines
67 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MenuButton : NSButton
|
|
{
|
|
}
|
|
@end
|