new$ static method

UIApplication new$()
override

new

Implementation

static UIApplication new$() {
  final _ret = _objc_msgSend_151sglz(_class_UIApplication, _sel_new);
  return UIApplication.castFromPointer(_ret, retain: false, release: true);
}