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