//
// AppDelegate.h
// Snes9x
// Created by Buckley on 8/21/19.
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end