aboutsummaryrefslogtreecommitdiff
path: root/DWA140Menu/ViewController.swift
blob: 79d01c9e8e3eb18f548bfc75852b052b64b27aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.
        }
    }


}