func tableView()

in FriendlyEats/RestaurantDetailViewController.swift [111:113]


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