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