setSet_ method

void setSet_(
  1. NSSet otherSet
)

Implementation

void setSet_(NSSet otherSet) {
  _lib._objc_msgSend_503(_id, _lib._sel_setSet_1, otherSet._id);
}