]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
Tunnels list: Make the table view style explicit
authorRoopesh Chander <roop@roopc.net>
Wed, 17 Oct 2018 07:50:20 +0000 (13:20 +0530)
committerRoopesh Chander <roop@roopc.net>
Sat, 27 Oct 2018 09:43:01 +0000 (15:13 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift

index f54efae18f59bf3159b3153e57ac4f0731bf788a..7900dd29eb7e886f31b406eccd401475c7d95f14 100644 (file)
@@ -10,6 +10,14 @@ import UIKit
 
 class TunnelsListTableViewController: UITableViewController {
 
+    init() {
+        super.init(style: .plain)
+    }
+
+    required init?(coder aDecoder: NSCoder) {
+        fatalError("init(coder:) has not been implemented")
+    }
+
     override func viewDidLoad() {
         super.viewDidLoad()
         self.title = "WireGuard"