123456789101112131415161718 |
- //
- // KMRedactPropertiesWindowController.swift
- // PDF Master
- //
- // Created by tangchao on 2023/12/19.
- //
- import Cocoa
- class KMRedactPropertiesWindowController: NSWindowController {
- override func windowDidLoad() {
- super.windowDidLoad()
-
- // Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
- }
- }
|