Type Alias objc2_ui_kit::UITableViewDiffableDataSourceCellProvider

source ยท
pub type UITableViewDiffableDataSourceCellProvider = *mut Block<dyn Fn(NonNull<UITableView>, NonNull<NSIndexPath>, NonNull<AnyObject>) -> *mut UITableViewCell>;
Available on crate features UIDiffableDataSource and UIResponder and UIScrollView and UITableView and UITableViewCell and UIView and block2 only.