skiasharp/samples/Basic/tvOS/SkiaSharpSample/ViewController.designer.cs
Matthew Leibowitz bc5020b9ee
Modernize the repository and prepare SkiaSharp 3.0 (#2505)
* Merge and modernize the binding projects
* Remove UWP and watchOS
* Add the native assets projects
* Rename bootstrapper.ps1 to build.ps1
* Add new device tests
* Rework the test skipping feature

---------

Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
2023-07-30 23:49:57 +08:00

27 lines
578 B
C#

// WARNING
//
// This file has been generated automatically by Visual Studio from the outlets and
// actions declared in your storyboard file.
// Manual changes to this file will not be maintained.
//
using Foundation;
using System;
using System.CodeDom.Compiler;
namespace SkiaSharpSample;
[Register ("ViewController")]
partial class ViewController
{
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
SkiaSharp.Views.tvOS.SKCanvasView skiaView { get; set; }
void ReleaseDesignerOutlets ()
{
if (skiaView != null) {
skiaView.Dispose ();
skiaView = null;
}
}
}