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