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