C++程序  |  7行  |  107 B

#import <UIKit/UIKit.h>
#import "SkUIView.h"

@interface SimpleApp : SkUIView
- (id)initWithDefaults;
@end