protocolCheckerWithTarget_protocol_ static method

NSProtocolChecker protocolCheckerWithTarget_protocol_(
  1. ThermionDartTexture1 _lib,
  2. NSObject anObject,
  3. Protocol aProtocol
)

Implementation

static NSProtocolChecker protocolCheckerWithTarget_protocol_(
    ThermionDartTexture1 _lib, NSObject anObject, Protocol aProtocol) {
  final _ret = _lib._objc_msgSend_1083(
      _lib._class_NSProtocolChecker1,
      _lib._sel_protocolCheckerWithTarget_protocol_1,
      anObject._id,
      aProtocol._id);
  return NSProtocolChecker._(_ret, _lib, retain: true, release: true);
}