Add Objective-C example

This commit is contained in:
Juraj Michalek
2013-05-03 20:45:19 +02:00
parent 2729fec687
commit 69209f4bee
7 changed files with 364 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'hellomuni' target in the 'hellomuni' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif