AppDelegate.h

This file can be downloaded as part of milnlicence.tbz.

//
//  AppDelegate.h
//  Basic
//
//  Created by Graham Miln on 17/08/2018.
//  Copyright © 2018 Graham Miln. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>
@end