Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
refs/heads/n2
/
.
/
experimental
/
SimpleiOSApp
/
SimpleApp.h
blob: 392353b8dbd7374959764bdf3331644c00590c6f [
file
] [
log
] [
blame
]
yangsu@google.com
688823f
2011-08-30 19:14:13 +0000
[
diff
] [
blame
]
1
#import <UIKit/UIKit.h>
2
#import "SkUIView.h"
3
4
@interface
SimpleApp
:
SkUIView
5
-
(
id
)
initWithDefaults
;
6
@end