diff options
Diffstat (limited to 'samples/Objective-C/Foo.m')
| -rw-r--r-- | samples/Objective-C/Foo.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/Objective-C/Foo.m b/samples/Objective-C/Foo.m new file mode 100644 index 0000000..f11b1bc --- /dev/null +++ b/samples/Objective-C/Foo.m @@ -0,0 +1,6 @@ +#import "Foo.h" + + +@implementation Foo + +@end |
