diff options
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 |
