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.h | |
| parent | e88fec9971eae101529deb7b2bcd58b2284c5e41 (diff) | |
add iosapp with framework
Diffstat (limited to 'tests/projects/objc/iosapp_with_framework/src/app/ViewController.h')
| -rw-r--r-- | tests/projects/objc/iosapp_with_framework/src/app/ViewController.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/projects/objc/iosapp_with_framework/src/app/ViewController.h b/tests/projects/objc/iosapp_with_framework/src/app/ViewController.h new file mode 100644 index 000000000..f724c03c4 --- /dev/null +++ b/tests/projects/objc/iosapp_with_framework/src/app/ViewController.h @@ -0,0 +1,15 @@ +// +// ViewController.h +// test +// +// Created by ruki on 2020/4/8. +// Copyright © 2020 tboox. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface ViewController : UIViewController + + +@end + |
