Type Alias objc2_ui_kit::UIButtonPointerStyleProvider

source ยท
pub type UIButtonPointerStyleProvider = *mut Block<dyn Fn(NonNull<UIButton>, NonNull<UIPointerEffect>, NonNull<UIPointerShape>) -> *mut UIPointerStyle>;
Available on crate features UIButton and UIControl and UIHoverStyle and UIPointerStyle and UIResponder and UIView and block2 only.