Swift property conforming to ObjC protocol has no member ‘publisher’
In a larger ObjC/Swift-mixed codebase I have an ObjC protocol MyObjCProtocol <NSObject>
that other ObjC classes need to conform to. It declares a string property @property (copy) NSString *myString
.