xamarin-macios/tests/generator/issue3875B.cs

11 строки
159 B
C#

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