ample/Ample/LaunchWindowController.h

18 lines
324 B
C
Raw Permalink Normal View History

//
// LaunchWindowController.h
2020-08-30 03:24:49 +00:00
// Ample
//
// 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, NSMenuDelegate>
@end
NS_ASSUME_NONNULL_END