From 8d561955f8bee7dc200b047c998c0e973f342192 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 16 Feb 2022 00:41:43 +0800 Subject: improve objc test --- tests/projects/objc/framework/src/test.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/projects/objc/framework/src/test.h') 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_EXPORT int add(int a, int b); + +@interface Test : NSObject +- (void)hello; +@end -- cgit v1.3.1