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