protocol TableRow { func configure(with model: Any) // line a } protocol Row: TableRow { associatedtype Model func configure(with model: Model) // line b