alloc static method

MLNStyle alloc()

alloc

Implementation

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