removeRunLoop_ method

void removeRunLoop_(
  1. NSRunLoop runloop
)

Implementation

void removeRunLoop_(NSRunLoop runloop) {
  _lib._objc_msgSend_590(_id, _lib._sel_removeRunLoop_1, runloop._id);
}