diff options
| author | ruki <[email protected]> | 2020-04-04 13:01:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-04 13:04:06 +0800 |
| commit | dadee422f340ce6e96a7adbd64aa3941a2d31707 (patch) | |
| tree | 899503fb7a2625eaaf12945259d809c3af684735 /tests/projects/objc/framework/src/test.h | |
| parent | cc80eac1312bc54f4d6564f2a517a86aeccf5e8d (diff) | |
improve objc/objc++ build rules
Diffstat (limited to 'tests/projects/objc/framework/src/test.h')
| -rw-r--r-- | tests/projects/objc/framework/src/test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/objc/framework/src/test.h b/tests/projects/objc/framework/src/test.h new file mode 100644 index 000000000..d882546d1 --- /dev/null +++ b/tests/projects/objc/framework/src/test.h @@ -0,0 +1,3 @@ +#import <Foundation/Foundation.h> + +FOUNDATION_EXPORT int add(int a, int b); |
