mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
9 lines
143 B
Objective-C
9 lines
143 B
Objective-C
/* ActionPopUpButton */
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ActionPopUpButton : NSPopUpButton
|
|
{
|
|
NSImage * fImage, * fImagePressed;
|
|
}
|
|
@end
|