removeValueAtIndex_fromPropertyWithKey_ method

void removeValueAtIndex_fromPropertyWithKey_(
  1. int index,
  2. NSString key
)

Implementation

void removeValueAtIndex_fromPropertyWithKey_(int index, NSString key) {
  _lib._objc_msgSend_653(_id,
      _lib._sel_removeValueAtIndex_fromPropertyWithKey_1, index, key._id);
}