alloc static method

UIApplication alloc()
override

alloc

Implementation

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