initWithObjectsAndKeys_ method

NSDictionary initWithObjectsAndKeys_(
  1. NSObject firstObject
)

Implementation

NSDictionary initWithObjectsAndKeys_(NSObject firstObject) {
  final _ret = _lib._objc_msgSend_123(
      _id, _lib._sel_initWithObjectsAndKeys_1, firstObject._id);
  return NSDictionary._(_ret, _lib, retain: true, release: true);
}