setDictionary method

void setDictionary(
  1. NSDictionary otherDictionary
)

setDictionary:

Implementation

void setDictionary(NSDictionary otherDictionary) {
  _objc_msgSend_xtuoz7(
    object$.ref.pointer,
    _sel_setDictionary_,
    otherDictionary.ref.pointer,
  );
}