ample/MA2ME/LaunchWindowController.h
2020-08-29 15:42:06 -04:00

18 lines
308 B
Objective-C

//
// LaunchWindowController.h
// MA2ME
//
// Created by Kelvin Sherlock on 8/29/2020.
// Copyright © 2020 Kelvin Sherlock. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface LaunchWindowController : NSWindowController <NSBrowserDelegate>
@end
NS_ASSUME_NONNULL_END