alloc static method

UIImage alloc()

alloc

Implementation

static UIImage alloc() {
  final _ret = _objc_msgSend_1x359cv(_class_UIImage, _sel_alloc);
  return UIImage.castFromPointer(_ret, retain: false, release: true);
}