getButtonFontSize static method

double getButtonFontSize()

buttonFontSize

Implementation

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