Fixes swift deprecated warnings.

This commit is contained in:
Qiu Yuzhou
2018-05-08 11:56:51 +08:00
parent 2c12c729ea
commit fecfffd64e
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class ProxyInterfacesViewCtrl: NSViewController, NSTableViewDataSource, NSTableV
selectedNetworkServices = NSMutableSet()
}
networkServices = ProxyConfTool.networkServicesList() as NSArray!
networkServices = ProxyConfTool.networkServicesList() as NSArray?
tableView.reloadData()
}