appleEventCodeForArgumentWithName_ method

int appleEventCodeForArgumentWithName_(
  1. NSString argumentName
)

Implementation

int appleEventCodeForArgumentWithName_(NSString argumentName) {
  return _lib._objc_msgSend_628(
      _id, _lib._sel_appleEventCodeForArgumentWithName_1, argumentName._id);
}