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