Adds the implementation of the NSSecureCoding protocol to an existing
objc.ObjCProtocolBuilder. All methods that can be implemented as blocking
listeners will be.
Adds the implementation of the NSSecureCoding protocol to an existing
objc.ObjCProtocolBuilder. All methods that can be implemented as listeners will
be.
Builds an object that implements the NSSecureCoding protocol. To implement
multiple protocols, use addToBuilder or objc.ObjCProtocolBuilder directly. All
methods that can be implemented as blocking listeners will be.
Builds an object that implements the NSSecureCoding protocol. To implement
multiple protocols, use addToBuilder or objc.ObjCProtocolBuilder directly. All
methods that can be implemented as listeners will be.