diff options
| author | Teddy Wing | 2020-10-10 17:56:32 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2020-10-10 17:56:32 +0200 | 
| commit | e436199329efee8da07507f2d731c41cc784961d (patch) | |
| tree | 4f968e244013c947747e606a700f9cd80f09606f /Drop Serve/AppDelegate.h | |
| download | Drop-Serve-e436199329efee8da07507f2d731c41cc784961d.tar.bz2 | |
New Xcode 4.5.2 project
Diffstat (limited to 'Drop Serve/AppDelegate.h')
| -rw-r--r-- | Drop Serve/AppDelegate.h | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/Drop Serve/AppDelegate.h b/Drop Serve/AppDelegate.h new file mode 100644 index 0000000..4dcd68c --- /dev/null +++ b/Drop Serve/AppDelegate.h @@ -0,0 +1,15 @@ +// +//  AppDelegate.h +//  Drop Serve +// +//  Created by TW on 10/10/20. +//  Copyright (c) 2020 TW. All rights reserved. +// + +#import <Cocoa/Cocoa.h> + +@interface AppDelegate : NSObject <NSApplicationDelegate> + +@property (assign) IBOutlet NSWindow *window; + +@end | 
