GenericCellConfigurator

typealias GenericCellConfigurator<T> = (_ viewController: T, _ cell: UITableViewCell, _ indexPath: IndexPath) -> Void where T : DynamicTableViewController

Undocumented