aboutsummaryrefslogtreecommitdiff
path: root/samples/Objective-C/Foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Objective-C/Foo.h')
-rw-r--r--samples/Objective-C/Foo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/Objective-C/Foo.h b/samples/Objective-C/Foo.h
new file mode 100644
index 0000000..95fbbf5
--- /dev/null
+++ b/samples/Objective-C/Foo.h
@@ -0,0 +1,8 @@
+#import <Foundation/Foundation.h>
+
+
+@interface Foo : NSObject {
+
+}
+
+@end