123456789101112131415161718 |
- //
- // KMBookmarkController.swift
- // PDF Reader Pro
- //
- // Created by lizhe on 2024/2/5.
- //
- import Cocoa
- class KMBookmarkController: 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.
- }
-
- }
|