insertValue_atIndex_inPropertyWithKey_ method

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

Implementation

void insertValue_atIndex_inPropertyWithKey_(
    NSObject value, int index, NSString key) {
  _lib._objc_msgSend_652(
      _id,
      _lib._sel_insertValue_atIndex_inPropertyWithKey_1,
      value._id,
      index,
      key._id);
}