alloc static method

UIControl alloc()

alloc

Implementation

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