KMRedactPropertiesWindowController.swift 402 B

123456789101112131415161718
  1. //
  2. // KMRedactPropertiesWindowController.swift
  3. // PDF Master
  4. //
  5. // Created by tangchao on 2023/12/19.
  6. //
  7. import Cocoa
  8. class KMRedactPropertiesWindowController: NSWindowController {
  9. override func windowDidLoad() {
  10. super.windowDidLoad()
  11. // Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
  12. }
  13. }