conformsTo static method
Returns whether obj is an instance of NSCoding.
Implementation
static bool conformsTo(objc.ObjCObject obj) {
return _objc_msgSend_e3qsqz(
obj.ref.pointer,
_sel_conformsToProtocol_,
_protocol_NSCoding,
);
}
Returns whether obj is an instance of NSCoding.
static bool conformsTo(objc.ObjCObject obj) {
return _objc_msgSend_e3qsqz(
obj.ref.pointer,
_sel_conformsToProtocol_,
_protocol_NSCoding,
);
}