skia2/experimental/SimpleiOSApp/SimpleApp.h
yangsu@google.com 688823f5d3 Added SimpleiOSApp and updated iOSSampleApp
git-svn-id: http://skia.googlecode.com/svn/trunk@2202 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-08-30 19:14:13 +00:00

7 lines
107 B
Objective-C

#import <UIKit/UIKit.h>
#import "SkUIView.h"
@interface SimpleApp : SkUIView
- (id)initWithDefaults;
@end