12 lines
231 B
C
12 lines
231 B
C
|
|
//
|
||
|
|
// AppDelegate.h
|
||
|
|
//
|
||
|
|
// Created by Bill Hollings on 2015/07/30.
|
||
|
|
// Copyright (c) 2015 The Brenwill Workshop Ltd. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <Cocoa/Cocoa.h>
|
||
|
|
|
||
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||
|
|
|
||
|
|
@end
|