xamarin-macios/tests/generator/issue3875C.cs

13 строки
205 B
C#

using Foundation;
using ObjCRuntime;
namespace Issue3875 {
#if NET
[Protocol, Model]
#else
[Protocol, Model (AutoGeneratedName = true)]
#endif
[BaseType (typeof (NSObject))]
interface AProtocol {
}
}