alloc static method
alloc
Implementation
static UIAlertAction alloc() {
final _ret = _objc_msgSend_151sglz(_class_UIAlertAction, _sel_alloc);
return UIAlertAction.castFromPointer(_ret, retain: false, release: true);
}
alloc
static UIAlertAction alloc() {
final _ret = _objc_msgSend_151sglz(_class_UIAlertAction, _sel_alloc);
return UIAlertAction.castFromPointer(_ret, retain: false, release: true);
}