blob: 6fb61711fccd9e993077747bc116916bc4d1eba5 [file] [log] [blame]
Hal Canary118df7c2019-12-18 16:26:19 -05001// 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