forwardInvocation_ method

void forwardInvocation_(
  1. NSInvocation anInvocation
)

Implementation

void forwardInvocation_(NSInvocation anInvocation) {
  _lib._objc_msgSend_420(
      _id, _lib._sel_forwardInvocation_1, anInvocation._id);
}