xamarin-macios/tests/xharness/iOSTarget.cs

11 строки
185 B
C#

using System;
namespace xharness
{
// iOS here means Xamarin.iOS, not iOS as opposed to tvOS/watchOS.
public class iOSTarget : Target
{
public iOSTestProject TestProject;
}
}