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