Newer
Older
Import / research / 3d-experiments / AppLauncher / AppDelegate.h
@John Ryland John Ryland on 22 Dec 2020 229 bytes import NUC files
//
//  AppDelegate.h
//  AppLauncher
//
//  Created by John Ryland on 1/10/17.
//  Copyright © 2017 John Ryland. All rights reserved.
//

#import <Cocoa/Cocoa.h>


@interface AppDelegate : NSObject <NSApplicationDelegate>
@end