From 6a67eb4ca0b1b8f375b0aa190fb85bca8477b595 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 5 Apr 2020 22:42:54 +0800 Subject: update macapp tests --- tests/projects/objc/macapp/src/AppDelegate.m | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/projects/objc/macapp/src/AppDelegate.m (limited to 'tests/projects/objc/macapp/src/AppDelegate.m') diff --git a/tests/projects/objc/macapp/src/AppDelegate.m b/tests/projects/objc/macapp/src/AppDelegate.m new file mode 100644 index 000000000..da967d2ef --- /dev/null +++ b/tests/projects/objc/macapp/src/AppDelegate.m @@ -0,0 +1,27 @@ +// +// AppDelegate.m +// test3 +// +// Created by ruki on 2020/4/4. +// Copyright © 2020 tboox. All rights reserved. +// + +#import "AppDelegate.h" + +@interface AppDelegate () + +@end + +@implementation AppDelegate + +- (void)applicationDidFinishLaunching:(NSNotification *)aNotification { + // Insert code here to initialize your application +} + + +- (void)applicationWillTerminate:(NSNotification *)aNotification { + // Insert code here to tear down your application +} + + +@end -- cgit v1.3.1