alloc static method

UIView alloc()
override

alloc

Implementation

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