appearance static method
appearance
Implementation
static UILabel appearance() {
final _ret = _objc_msgSend_151sglz(_class_UILabel, _sel_appearance);
return UILabel.castFromPointer(_ret, retain: true, release: true);
}
appearance
static UILabel appearance() {
final _ret = _objc_msgSend_151sglz(_class_UILabel, _sel_appearance);
return UILabel.castFromPointer(_ret, retain: true, release: true);
}