AppDelegate.m

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

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

#import "AppDelegate.h"

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

@implementation AppDelegate
@end