688823f5d3
git-svn-id: http://skia.googlecode.com/svn/trunk@2202 2bbb7eff-a529-9590-31e7-b0007b416f81
7 lines
107 B
Objective-C
7 lines
107 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import "SkUIView.h"
|
|
|
|
@interface SimpleApp : SkUIView
|
|
- (id)initWithDefaults;
|
|
@end
|