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