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