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