forwardInvocation method

void forwardInvocation(
  1. NSInvocation anInvocation
)

forwardInvocation:

Implementation

void forwardInvocation(NSInvocation anInvocation) {
  _objc_msgSend_xtuoz7(
    object$.ref.pointer,
    _sel_forwardInvocation_,
    anInvocation.ref.pointer,
  );
}