diff options
| author | ruki <[email protected]> | 2022-02-16 00:41:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-16 00:41:43 +0800 |
| commit | 8d561955f8bee7dc200b047c998c0e973f342192 (patch) | |
| tree | e758acdea4377368496f2fc28230b46bd183af88 /tests/projects/objc/framework/src/test.h | |
| parent | 9a5d2355d10bf5250fd927ce6423bf69aa7a95bd (diff) | |
improve objc test
Diffstat (limited to 'tests/projects/objc/framework/src/test.h')
| -rw-r--r-- | tests/projects/objc/framework/src/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/objc/framework/src/test.h b/tests/projects/objc/framework/src/test.h index d882546d1..3e07e4b38 100644 --- a/tests/projects/objc/framework/src/test.h +++ b/tests/projects/objc/framework/src/test.h @@ -1,3 +1,7 @@ #import <Foundation/Foundation.h> FOUNDATION_EXPORT int add(int a, int b); + +@interface Test : NSObject +- (void)hello; +@end |
