new$ static method

UIAlertAction new$()

new

Implementation

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