mirror of https://github.com/LIJI32/SameBoy.git
6 lines
168 B
C
6 lines
168 B
C
![]() |
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface GBPreferencesWindow : NSWindow <NSTableViewDelegate, NSTableViewDataSource>
|
||
|
@property IBOutlet NSTableView *controlsTableView;
|
||
|
@end
|