diff options
| author | ruki <[email protected]> | 2020-04-05 14:46:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 14:46:14 +0800 |
| commit | d3c6cfe5fbaa95c72e4579ca884e3ddedd83e1fd (patch) | |
| tree | 323782c80ff4782ce28315e585a01c33a411b942 /xmake/templates/objc/framework/project/src/test.h | |
| parent | 79ff6aed24ebfda2ecd4628b2237b75a003e347a (diff) | |
add objc/framework template
Diffstat (limited to 'xmake/templates/objc/framework/project/src/test.h')
| -rw-r--r-- | xmake/templates/objc/framework/project/src/test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/templates/objc/framework/project/src/test.h b/xmake/templates/objc/framework/project/src/test.h new file mode 100644 index 000000000..d882546d1 --- /dev/null +++ b/xmake/templates/objc/framework/project/src/test.h @@ -0,0 +1,3 @@ +#import <Foundation/Foundation.h> + +FOUNDATION_EXPORT int add(int a, int b); |
