alloc static method

MLNShapeSource alloc()
override

alloc

Implementation

static MLNShapeSource alloc() {
  final _ret = _objc_msgSend_151sglz(_class_MLNShapeSource, _sel_alloc);
  return MLNShapeSource.castFromPointer(_ret, retain: false, release: true);
}