tokenary/Encrypted Ink/Screens/ErrorViewController.swift
2021-06-13 07:01:01 +03:00

18 lines
322 B
Swift

// Copyright © 2021 Encrypted Ink. All rights reserved.
import Cocoa
class ErrorViewController: NSViewController {
@IBOutlet weak var titleLabel: NSTextField!
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func actionButtonTapped(_ sender: Any) {
}
}