commit | 688823f5d3d30f6f97862adec940ac3e2caee889 | [log] [tgz] |
---|---|---|
author | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 30 19:14:13 2011 +0000 |
committer | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 30 19:14:13 2011 +0000 |
tree | 3c1d1ae5b2e4f13cd9ce630c2e6c13c9234160d2 | |
parent | 22269ed4613ff0e613012c48402f96e67bd9712a [diff] [blame] |
Added SimpleiOSApp and updated iOSSampleApp git-svn-id: http://skia.googlecode.com/svn/trunk@2202 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/SimpleiOSApp/SimpleApp.h b/experimental/SimpleiOSApp/SimpleApp.h new file mode 100644 index 0000000..392353b --- /dev/null +++ b/experimental/SimpleiOSApp/SimpleApp.h
@@ -0,0 +1,6 @@ +#import <UIKit/UIKit.h> +#import "SkUIView.h" + +@interface SimpleApp : SkUIView +- (id)initWithDefaults; +@end