alloc static method

UITitlebar alloc()

alloc

Implementation

static UITitlebar alloc() {
  final _ret = _objc_msgSend_151sglz(_class_UITitlebar, _sel_alloc);
  return UITitlebar.castFromPointer(_ret, retain: false, release: true);
}