removeChildAtIndex_ method

void removeChildAtIndex_(
  1. int index
)

Implementation

void removeChildAtIndex_(int index) {
  _lib._objc_msgSend_469(_id, _lib._sel_removeChildAtIndex_1, index);
}