summaryrefslogtreecommitdiff
path: root/tests/projects/objc/macapp_with_framework/src
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-14 00:51:24 +0800
committerruki <[email protected]>2020-11-14 00:51:24 +0800
commit36e26397e5c76b20c85e7a9ab581b898a638f686 (patch)
tree149cd6c38aba70e14e37b3e523e873f07ba91c8b /tests/projects/objc/macapp_with_framework/src
parent86da6d5b870c4d9f6d774a71acb91c7c609d8fd7 (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.h2
-rw-r--r--tests/projects/objc/macapp_with_framework/src/app/ViewController.h2
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.