Move Facebook.Yoga.iOS to it’s own folder

This commit is contained in:
Rui Marinho
2016-12-16 14:46:44 +00:00
parent af0baaf597
commit 4e5e200c7a
6 changed files with 50 additions and 52 deletions

View File

@@ -0,0 +1,11 @@
using System;
using UIKit;
using Foundation;
using ObjCRuntime;
using CoreGraphics;
namespace Facebook.Yoga.iOS
{
// The build will fail without ApiDefinition.cs
}