new1 static method

UIImage new1()

new

Implementation

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