diff options
Diffstat (limited to 'DWA140Menu/ViewController.swift')
| -rw-r--r-- | DWA140Menu/ViewController.swift | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/DWA140Menu/ViewController.swift b/DWA140Menu/ViewController.swift new file mode 100644 index 0000000..79d01c9 --- /dev/null +++ b/DWA140Menu/ViewController.swift @@ -0,0 +1,27 @@ +// +// ViewController.swift +// DWA140Menu +// +// Created by Dylan Bolger on 9/3/18. +// Copyright © 2018 Dylan Bolger. All rights reserved. +// + +import Cocoa + +class ViewController: NSViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + override var representedObject: Any? { + didSet { + // Update the view, if already loaded. + } + } + + +} + |
