xamarin-macios/tests/generator/issue3875B.cs

9 строки
159 B
C#

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