alloc static method
alloc
Implementation
static UITabBarAppearance alloc() {
final $ret = _objc_msgSend_151sglz(_class_UITabBarAppearance, _sel_alloc);
return UITabBarAppearance.fromPointer($ret, retain: false, release: true);
}
alloc
static UITabBarAppearance alloc() {
final $ret = _objc_msgSend_151sglz(_class_UITabBarAppearance, _sel_alloc);
return UITabBarAppearance.fromPointer($ret, retain: false, release: true);
}