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