new$ static method

UIControl new$()

new

Implementation

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