setDictionary_ method

void setDictionary_(
  1. NSDictionary otherDictionary
)

Implementation

void setDictionary_(NSDictionary otherDictionary) {
  _lib._objc_msgSend_508(_id, _lib._sel_setDictionary_1, otherDictionary._id);
}