alloc static method

UIHoverStyle alloc()

alloc

Implementation

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