allocWithZone_ static method

UIImage allocWithZone_(
  1. Pointer<_NSZone> zone
)

allocWithZone:

Implementation

static UIImage allocWithZone_(ffi.Pointer<_NSZone> zone) {
  final _ret = _objc_msgSend_hzlb60(_class_UIImage, _sel_allocWithZone_, zone);
  return UIImage.castFromPointer(_ret, retain: false, release: true);
}