alloc static method
alloc
Implementation
static MLNPointCollection alloc() {
final _ret = _objc_msgSend_151sglz(_class_MLNPointCollection, _sel_alloc);
return MLNPointCollection.castFromPointer(_ret, retain: false, release: true);
}
alloc
static MLNPointCollection alloc() {
final _ret = _objc_msgSend_151sglz(_class_MLNPointCollection, _sel_alloc);
return MLNPointCollection.castFromPointer(_ret, retain: false, release: true);
}