AppDelegate.h

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

//
//  AppDelegate.h
//  basic-kit
//
//  Created by Graham Miln on 12/09/2018.
//  Copyright © 2018 Graham Miln. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end