func tableView()

in FriendlyEats/RestaurantsTableViewController.swift [193:195]


  func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
    return restaurants.count
  }