Tunnels list: Make the table view style explicit

This commit is contained in:
Roopesh Chander 2018-10-17 13:20:20 +05:30
parent b690de0d14
commit 052ece53a3
1 changed files with 8 additions and 0 deletions

View 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"