getCurrentRunLoop static method
currentRunLoop
Implementation
static NSRunLoop getCurrentRunLoop() {
final $ret = _objc_msgSend_151sglz(_class_NSRunLoop, _sel_currentRunLoop);
return NSRunLoop.fromPointer($ret, retain: true, release: true);
}
currentRunLoop
static NSRunLoop getCurrentRunLoop() {
final $ret = _objc_msgSend_151sglz(_class_NSRunLoop, _sel_currentRunLoop);
return NSRunLoop.fromPointer($ret, retain: true, release: true);
}