alloc static method

UIScrollView alloc()

alloc

Implementation

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