replaceValueAtIndex_inPropertyWithKey_withValue_ method

void replaceValueAtIndex_inPropertyWithKey_withValue_(
  1. int index,
  2. NSString key,
  3. NSObject value
)

Implementation

void replaceValueAtIndex_inPropertyWithKey_withValue_(
    int index, NSString key, NSObject value) {
  _lib._objc_msgSend_654(
      _id,
      _lib._sel_replaceValueAtIndex_inPropertyWithKey_withValue_1,
      index,
      key._id,
      value._id);
}