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