getSmallSystemFontSize static method

double getSmallSystemFontSize()

smallSystemFontSize

Implementation

static double getSmallSystemFontSize() {
  return objc.useMsgSendVariants
      ? _objc_msgSend_1ukqyt8Fpret(_class_UIFont, _sel_smallSystemFontSize)
      : _objc_msgSend_1ukqyt8(_class_UIFont, _sel_smallSystemFontSize);
}