minusSet_ method

void minusSet_(
  1. NSSet otherSet
)

Implementation

void minusSet_(NSSet otherSet) {
  _lib._objc_msgSend_503(_id, _lib._sel_minusSet_1, otherSet._id);
}