2017-06-22 14:53:49 -04:00
|
|
|
/*
|
|
|
|
|
* AppDelegate.h
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2016-2017 The Brenwill Workshop Ltd.
|
|
|
|
|
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
|
|
|
|
*/
|
2017-04-14 12:00:05 -04:00
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
|
|
2022-06-01 12:46:41 -04:00
|
|
|
@property (strong, nonatomic) NSViewController *viewController;
|
|
|
|
|
|
2017-06-22 14:53:49 -04:00
|
|
|
@end
|