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