В соответствии с кодом, которым вы поделились, измените ваш код на следующий.
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier: "UserProfilCell", for: indexPath) as! UserProfilTableViewCell
return cell
}
Дайте мне знать, если у вас возникнут вопросы.