xamarin-macios/tests/generator/issue3875.cs

10 строки
137 B
C#

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