new$ static method

UIFont new$()

new

Implementation

static UIFont new$() {
  final _ret = _objc_msgSend_151sglz(_class_UIFont, _sel_new);
  return UIFont.castFromPointer(_ret, retain: false, release: true);
}