Rewrite bridge build system

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2018-10-02 18:12:30 +02:00
parent 33cdc14070
commit cd86ba92ec
8 changed files with 45 additions and 76 deletions
@@ -151,7 +151,7 @@ class TunnelsTableViewController: UITableViewController {
return true
}
override func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath) {
override func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) {
if editingStyle == .delete {
guard let sections = fetchedResultsController.sections else {