add table view to show networks view

This commit is contained in:
Grant Limberg 2016-05-16 19:08:00 -07:00
parent acd6978a30
commit 4653ebc97f
2 changed files with 101 additions and 1 deletions

View file

@ -10,6 +10,8 @@ import Cocoa
class ShowNetworksViewController: NSViewController {
@IBOutlet var tableView: NSTableView!
override func viewDidLoad() {
super.viewDidLoad()
// Do view setup here.