removeDescriptorAtIndex_ method

void removeDescriptorAtIndex_(
  1. int index
)

Implementation

void removeDescriptorAtIndex_(int index) {
  _lib._objc_msgSend_422(_id, _lib._sel_removeDescriptorAtIndex_1, index);
}