dictionaryWithValuesForKeys_ method

NSDictionary dictionaryWithValuesForKeys_(
  1. NSArray keys
)

Implementation

NSDictionary dictionaryWithValuesForKeys_(NSArray keys) {
  final _ret = _lib._objc_msgSend_507(
      _id, _lib._sel_dictionaryWithValuesForKeys_1, keys._id);
  return NSDictionary._(_ret, _lib, retain: true, release: true);
}