alloc static method

UITabBarItem alloc()

alloc

Implementation

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