appearanceForTraitCollection static method
appearanceForTraitCollection:
Implementation
static UILabel appearanceForTraitCollection(UITraitCollection trait) {
objc.checkOsVersionInternal('UILabel.appearanceForTraitCollection:', iOS: (false, (8, 0, 0)));
final $ret = _objc_msgSend_1sotr3r(_class_UILabel, _sel_appearanceForTraitCollection_, trait.ref.pointer);
return UILabel.fromPointer($ret, retain: true, release: true);
}