[Xamarin] Add Facebook.Yoga.IOS native lib wrapper

This commit is contained in:
Rui Marinho
2017-01-06 01:31:45 +00:00
parent 6d48307c8d
commit 241e234131
6 changed files with 177 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
using System;
using UIKit;
using Foundation;
using ObjCRuntime;
using CoreGraphics;
namespace Facebook.Yoga.iOS
{
//this is needed
}