alloc static method

NSURL alloc()
override

alloc

Implementation

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