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