AutoCat2/AutoCat2Mac/ViewController.swift

27 lines
410 B
Swift

//
// ViewController.swift
// AutoCat2Mac
//
// Created by Selim Mustafaev on 13.06.2022.
//
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.
}
}
}