Hal Canary | 118df7c | 2019-12-18 16:26:19 -0500 | [diff] [blame] | 1 | // Copyright 2020 Google LLC. |
2 | // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. | ||||
3 | |||||
4 | #include "tools/skottie_ios_app/SkiaContext.h" | ||||
5 | |||||
6 | @implementation SkiaContext | ||||
7 | - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { return nil; } | ||||
8 | - (SkiaViewController*) getViewController:(UIView*)view { return nil; } | ||||
9 | @end |