From 5f5daf64c504e1103a355f45bf925a5149b03e24 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 9 Aug 2026 18:06:16 +0800 Subject: move templates dir --- xmake/templates/objc/xcode/framework/src/test.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xmake/templates/objc/xcode/framework/src/test.h (limited to 'xmake/templates/objc/xcode/framework/src/test.h') diff --git a/xmake/templates/objc/xcode/framework/src/test.h b/xmake/templates/objc/xcode/framework/src/test.h new file mode 100644 index 000000000..d882546d1 --- /dev/null +++ b/xmake/templates/objc/xcode/framework/src/test.h @@ -0,0 +1,3 @@ +#import + +FOUNDATION_EXPORT int add(int a, int b); -- cgit v1.3.1