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.m | |
| download | Drop-Serve-e436199329efee8da07507f2d731c41cc784961d.tar.bz2 | |
New Xcode 4.5.2 project
Diffstat (limited to 'Drop Serve/AppDelegate.m')
| -rw-r--r-- | Drop Serve/AppDelegate.m | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Drop Serve/AppDelegate.m b/Drop Serve/AppDelegate.m new file mode 100644 index 0000000..1976f76 --- /dev/null +++ b/Drop Serve/AppDelegate.m @@ -0,0 +1,23 @@ +// +// AppDelegate.m +// Drop Serve +// +// Created by TW on 10/10/20. +// Copyright (c) 2020 TW. All rights reserved. +// + +#import "AppDelegate.h" + +@implementation AppDelegate + +- (void)dealloc +{ + [super dealloc]; +} + +- (void)applicationDidFinishLaunching:(NSNotification *)aNotification +{ + // Insert code here to initialize your application +} + +@end |
