setValuesForKeysWithDictionary_ method

void setValuesForKeysWithDictionary_(
  1. NSDictionary keyedValues
)

Implementation

void setValuesForKeysWithDictionary_(NSDictionary keyedValues) {
  _lib._objc_msgSend_508(
      _id, _lib._sel_setValuesForKeysWithDictionary_1, keyedValues._id);
}