ample/MA2ME/AppDelegate.h

16 lines
234 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>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@end