blob: 392353b8dbd7374959764bdf3331644c00590c6f [file] [log] [blame]
yangsu@google.com688823f2011-08-30 19:14:13 +00001#import <UIKit/UIKit.h>
2#import "SkUIView.h"
3
4@interface SimpleApp : SkUIView
5- (id)initWithDefaults;
6@end