1 #import <UIKit/UIKit.h>
2 #import "SkUIView.h"
3 
4 @interface SimpleApp : SkUIView
5 - (id)initWithDefaults;
6 @end
7