mirror of
https://github.com/libretro/Play-.git
synced 2025-03-04 09:17:50 +00:00
11 lines
216 B
Objective-C
11 lines
216 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
#import "VfsManagerBindings.h"
|
|
|
|
@interface VfsManagerViewController : NSViewController
|
|
{
|
|
IBOutlet VfsManagerBindings* bindings;
|
|
IBOutlet NSTableView* bindingsTableView;
|
|
}
|
|
|
|
@end
|