diff options
| author | ruki <[email protected]> | 2020-11-13 23:59:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-13 23:59:24 +0800 |
| commit | f98e16155b53e199b40c8d8fe9c0d7c4ffc4659c (patch) | |
| tree | 56ad111d96184b78973d258927c52bcdcafab23c /tests/projects/objc/iosapp_with_framework/src/app/ViewController.m | |
| parent | e88fec9971eae101529deb7b2bcd58b2284c5e41 (diff) | |
add iosapp with framework
Diffstat (limited to 'tests/projects/objc/iosapp_with_framework/src/app/ViewController.m')
| -rw-r--r-- | tests/projects/objc/iosapp_with_framework/src/app/ViewController.m | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/projects/objc/iosapp_with_framework/src/app/ViewController.m b/tests/projects/objc/iosapp_with_framework/src/app/ViewController.m new file mode 100644 index 000000000..b1d3ece7c --- /dev/null +++ b/tests/projects/objc/iosapp_with_framework/src/app/ViewController.m @@ -0,0 +1,23 @@ +// +// ViewController.m +// test +// +// Created by ruki on 2020/4/8. +// Copyright © 2020 tboox. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view. +} + + +@end |
