alloc static method

UIView alloc()

alloc

Implementation

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