xamarin-macios/tests/generator/issue3875B.cs

10 строки
158 B
C#

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