getSystemFontSize static method
systemFontSize
Implementation
static double getSystemFontSize() {
return objc.useMsgSendVariants
? _objc_msgSend_1ukqyt8Fpret(_class_UIFont, _sel_systemFontSize)
: _objc_msgSend_1ukqyt8(_class_UIFont, _sel_systemFontSize);
}