new$ static method

UITabBar new$()

new

Implementation

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