blob: 6fb61711fccd9e993077747bc116916bc4d1eba5 [file] [log] [blame]
// Copyright 2020 Google LLC.
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
#include "tools/skottie_ios_app/SkiaContext.h"
@implementation SkiaContext
- (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { return nil; }
- (SkiaViewController*) getViewController:(UIView*)view { return nil; }
@end