xamarin-macios/tests/generator/forum54078.cs

11 строки
224 B
C#

// We test that a third-party binding inheriting from UIViewController
// gets a proper NSCoding constructor.
using UIKit;
namespace Test {
[BaseType (typeof (UIViewController))]
public interface CustomController {
}
}