Index: sky/shell/ios/sky_surface.h |
diff --git a/sky/shell/ios/sky_surface.h b/sky/shell/ios/sky_surface.h |
index bb65f2d85989b3f844ea26cfcc77d04f0d49ea6e..e0eb4bb3699cb57435661aafe37ef9f1974fb649 100644 |
--- a/sky/shell/ios/sky_surface.h |
+++ b/sky/shell/ios/sky_surface.h |
@@ -6,4 +6,6 @@ |
@interface SkySurface : UIView |
+-(instancetype) initWithShellView:(sky::shell::ShellView *) shellView; |
+ |
@end |