2022-10-04 13:59:32 -07:00
|
|
|
|
/*
|
|
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// WARNING
|
2017-01-08 07:56:46 -08:00
|
|
|
|
//
|
|
|
|
|
// This file has been generated automatically by Xamarin Studio to store outlets and
|
|
|
|
|
// actions made in the UI designer. If it is removed, they will be lost.
|
|
|
|
|
// Manual changes to this file may not be handled correctly.
|
|
|
|
|
//
|
|
|
|
|
using Foundation;
|
|
|
|
|
|
2017-01-12 10:23:41 -08:00
|
|
|
|
namespace Facebook.Yoga.Mac.Sample
|
2017-01-08 07:56:46 -08:00
|
|
|
|
{
|
|
|
|
|
[Register("ViewController")]
|
|
|
|
|
partial class ViewController
|
|
|
|
|
{
|
|
|
|
|
void ReleaseDesignerOutlets()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|