allocWithZone static method

UIProgressView allocWithZone(
  1. Pointer<NSZone> zone
)

allocWithZone:

Implementation

static UIProgressView allocWithZone(ffi.Pointer<objc.NSZone> zone) {
  final $ret = _objc_msgSend_1cwp428(_class_UIProgressView, _sel_allocWithZone_, zone);
  return UIProgressView.fromPointer($ret, retain: false, release: true);
}