diff options
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 |
