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