ample/MA2ME/AppDelegate.h

16 lines
253 B
C
Raw Normal View History

2020-08-16 16:53:17 +00:00
//
// AppDelegate.h
// MA2ME
//
// Created by Kelvin Sherlock on 8/16/2020.
// Copyright © 2020 Kelvin Sherlock. All rights reserved.
//
#import <Cocoa/Cocoa.h>
2020-08-16 20:23:51 +00:00
@interface AppDelegate : NSObject <NSApplicationDelegate, NSBrowserDelegate>
2020-08-16 16:53:17 +00:00
@end