alloc static method

UIMenu alloc()
override

alloc

Implementation

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