diff options
Diffstat (limited to 'samples/Objective-C/Foo.h')
| -rw-r--r-- | samples/Objective-C/Foo.h | 8 |
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 |
