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/SimpleApp.h b/experimental/SimpleiOSApp/SimpleApp.h
new file mode 100644
index 0000000..392353b
--- /dev/null
+++ b/experimental/SimpleiOSApp/SimpleApp.h
@@ -0,0 +1,6 @@
+#import <UIKit/UIKit.h>
+#import "SkUIView.h"
+
+@interface SimpleApp : SkUIView
+- (id)initWithDefaults;
+@end