let cell = tableView.dequeueReusableCell(withIdentifier: "cell", for: <#T##IndexPath#>) as! TableViewCell
cell.myButton. = recipies[indexPath.row]
}
I don't know what to add after cell.mybutton.
.
The top part of this code is also labeled as incorrect in Xcode