alloc static method

UIProgressView alloc()

alloc

Implementation

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