appearance static method

UIBarItem appearance()

appearance

Implementation

static UIBarItem appearance() {
  final _ret = _objc_msgSend_151sglz(_class_UIBarItem, _sel_appearance);
  return UIBarItem.castFromPointer(_ret, retain: true, release: true);
}