alloc static method

MLNBackgroundStyleLayer alloc()
override

alloc

Implementation

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