AppDelegate.m

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

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

#import "AppDelegate.h"

@interface AppDelegate ()
@property (weak) IBOutlet NSWindow *window;
@end

@implementation AppDelegate
@end