Files
yoga/csharp/Facebook.Yoga/mac/Facebook.Yoga.Mac.Test/ViewController.designer.cs
Chris Hamons 05ab9be814 Add basic Xamarin.Mac support
- Does not contain "magic" found in YogaKit yet, but enough to get started
- Simple test project showing use
2016-12-08 09:44:19 -06:00

19 lines
401 B
C#

// WARNING
//
// 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;
namespace Facebook.Yoga.Mac.Test
{
[Register("ViewController")]
partial class ViewController
{
void ReleaseDesignerOutlets()
{
}
}
}