Newer
Older
Import / research / 3d-experiments / Platform / AppDelegate.h
@John John on 29 Dec 2020 227 bytes bulk import from macbookpro checkouts
//
//  AppDelegate.h
//  Platform
//
//  Created by John Ryland on 4/10/17.
//  Copyright © 2017 John Ryland. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end