diff options
| author | ruki <[email protected]> | 2020-11-14 00:51:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-14 00:51:24 +0800 |
| commit | 36e26397e5c76b20c85e7a9ab581b898a638f686 (patch) | |
| tree | 149cd6c38aba70e14e37b3e523e873f07ba91c8b /tests/projects/objc/macapp_with_framework/src | |
| parent | 86da6d5b870c4d9f6d774a71acb91c7c609d8fd7 (diff) | |
add app with framework templates
Diffstat (limited to 'tests/projects/objc/macapp_with_framework/src')
| -rw-r--r-- | tests/projects/objc/macapp_with_framework/src/app/AppDelegate.h | 2 | ||||
| -rw-r--r-- | tests/projects/objc/macapp_with_framework/src/app/ViewController.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/objc/macapp_with_framework/src/app/AppDelegate.h b/tests/projects/objc/macapp_with_framework/src/app/AppDelegate.h index 5f5ba059e..816e422ae 100644 --- a/tests/projects/objc/macapp_with_framework/src/app/AppDelegate.h +++ b/tests/projects/objc/macapp_with_framework/src/app/AppDelegate.h @@ -1,6 +1,6 @@ // // AppDelegate.h -// test3 +// test // // Created by ruki on 2020/4/4. // Copyright © 2020 tboox. All rights reserved. diff --git a/tests/projects/objc/macapp_with_framework/src/app/ViewController.h b/tests/projects/objc/macapp_with_framework/src/app/ViewController.h index a974fc934..cd8dd9499 100644 --- a/tests/projects/objc/macapp_with_framework/src/app/ViewController.h +++ b/tests/projects/objc/macapp_with_framework/src/app/ViewController.h @@ -1,6 +1,6 @@ // // ViewController.h -// test3 +// test // // Created by ruki on 2020/4/4. // Copyright © 2020 tboox. All rights reserved. |
