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