Files
Jot/Jot/ViewController.swift
2018-12-31 15:36:40 -04:00

23 lines
436 B
Swift

//
// ViewController.swift
// Jot
//
// Created by James Griffin-Allwood on 2018-12-31.
// Copyright © 2018 James Griffin-Allwood. All rights reserved.
//
import Foundation
import Cocoa
class ViewController: NSViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
override var representedObject: Any? {
didSet {
// Update the view, if already loaded.
}
}
}