alloc static method

UITabBar alloc()

alloc

Implementation

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