xamarin-macios/tests/generator/issue3875.cs

9 строки
138 B
C#

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