Added SimpleiOSApp and updated iOSSampleApp
git-svn-id: http://skia.googlecode.com/svn/trunk@2202 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/SimpleiOSApp/SimpleiOSApp_Prefix.pch b/experimental/SimpleiOSApp/SimpleiOSApp_Prefix.pch
new file mode 100644
index 0000000..0791950
--- /dev/null
+++ b/experimental/SimpleiOSApp/SimpleiOSApp_Prefix.pch
@@ -0,0 +1,8 @@
+//
+// Prefix header for all source files of the 'iosshell' target in the 'iosshell' project
+//
+
+#ifdef __OBJC__
+ #import <Foundation/Foundation.h>
+ #import <UIKit/UIKit.h>
+#endif