SameBoy/Cocoa/GBDebuggerButton.h

8 lines
139 B
Objective-C

#import <Cocoa/Cocoa.h>
@class GBDocument;
@interface GBDebuggerButton : NSButton
@property (weak) IBOutlet NSTextField *textField;
@end