mirror of https://github.com/LIJI32/SameBoy.git
9 lines
314 B
Objective-C
9 lines
314 B
Objective-C
#import <AppKit/AppKit.h>
|
|
#import "Document.h"
|
|
|
|
@interface GBCheatSearchController<NSTableViewDelegate, NSTableViewDataSource, NSControlTextEditingDelegate> : NSObject
|
|
@property IBOutlet NSWindow *window;
|
|
@property IBOutlet NSTableView *tableView;
|
|
+ (instancetype)controllerWithDocument:(Document *)document;
|
|
@end
|