alloc static method
alloc
Implementation
static UIApplication alloc() {
final $ret = _objc_msgSend_151sglz(_class_UIApplication, _sel_alloc);
return UIApplication.fromPointer($ret, retain: false, release: true);
}
alloc
static UIApplication alloc() {
final $ret = _objc_msgSend_151sglz(_class_UIApplication, _sel_alloc);
return UIApplication.fromPointer($ret, retain: false, release: true);
}