replaceCharactersInRange_withAttributedString_ method

void replaceCharactersInRange_withAttributedString_(
  1. _NSRange range,
  2. NSAttributedString attrString
)

Implementation

void replaceCharactersInRange_withAttributedString_(
    _NSRange range, NSAttributedString attrString) {
  _lib._objc_msgSend_739(
      _id,
      _lib._sel_replaceCharactersInRange_withAttributedString_1,
      range,
      attrString._id);
}