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