initWithFrame method
initWithFrame:
Implementation
UIProgressView initWithFrame(objc.CGRect frame) {
final _$$ref$6 = object$.ref;
objc.checkOsVersionInternal('UIProgressView.initWithFrame:', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_15yz4e6(_$$ref$6.retainAndReturnPointer(), _sel_initWithFrame_, frame);
return UIProgressView.fromPointer($ret, retain: false, release: true);
}