From 5280c9480cb0d7d3ab55d516e296152ec273e14a Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 28 Feb 2026 21:55:13 +0800 Subject: rewrite templates --- 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