ScrollSwitcher/ScrollSwitcher/ViewController.swift

27 lines
406 B
Swift
Raw Normal View History

2021-08-31 14:56:34 +00:00
//
// ViewController.swift
// ScrollSwitcher
//
// Created by Shadowfacts on 8/31/21.
//
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.
}
}
}