mirror of
https://github.com/ksherlock/ample.git
synced 2025-08-15 07:27:32 +00:00
16 lines
253 B
Objective-C
16 lines
253 B
Objective-C
//
|
|
// 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, NSBrowserDelegate>
|
|
|
|
|
|
@end
|
|
|