android13/external/skia/tools/skottie_ios_app/SkiaContext.mm

10 lines
384 B
Plaintext

// 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