func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier: "cell", for: indexPath) as! TableViewCell
(as! TableViewCell) da um erro: Could not cast value of type 'UITableViewCell' (0x7fff898f6850) to 'Alura_Viagens.TableViewCell' (0x10b62f7d0).
Já comparei o código e esta idêntico ao do professor, mas simplesmente não roda.