Tunnels list: Make the table view style explicit
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user