Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkiaContext.mm
Go to the documentation of this file.
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
5
6@implementation SkiaContext
7- (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame { return nil; }
8- (SkiaViewController*) getViewController:(UIView*)view { return nil; }
9@end