ScrollSwitcher/ScrollSwitcher/ViewController.swift

27 lines
406 B
Swift

//
// 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.
}
}
}