13 lines
183 B
C#
13 lines
183 B
C#
![]() |
using UIKit;
|
|||
|
|
|||
|
namespace Facebook.YogaKit.iOS.Sample
|
|||
|
{
|
|||
|
public class Application
|
|||
|
{
|
|||
|
static void Main(string[] args)
|
|||
|
{
|
|||
|
UIApplication.Main(args, null, "AppDelegate");
|
|||
|
}
|
|||
|
}
|
|||
|
}
|