alloc static method

NSRunLoop alloc()
override

alloc

Implementation

static NSRunLoop alloc() {
  final $ret = _objc_msgSend_151sglz(_class_NSRunLoop, _sel_alloc);
  return NSRunLoop.fromPointer($ret, retain: false, release: true);
}