xamarin-macios/tests/generator/issue3875C.cs

11 строки
165 B
C#

using Foundation;
using ObjCRuntime;
namespace Issue3875
{
[Protocol, Model (AutoGeneratedName = true)]
[BaseType (typeof(NSObject))]
interface AProtocol
{
}
}