summaryrefslogtreecommitdiff
path: root/tests/projects/objc++/modulemap/src/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/objc++/modulemap/src/hello.h')
-rw-r--r--tests/projects/objc++/modulemap/src/hello.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/objc++/modulemap/src/hello.h b/tests/projects/objc++/modulemap/src/hello.h
new file mode 100644
index 000000000..7eb60b9e6
--- /dev/null
+++ b/tests/projects/objc++/modulemap/src/hello.h
@@ -0,0 +1,7 @@
+#import <Foundation/Foundation.h>
+
+@interface Hello : NSObject
+
++ (void)say:(NSString*)s;
+
+@end