KMCropManager.swift 141 B

123456789101112
  1. //
  2. // KMCropManager.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by Niehaoyu on 2024/11/22.
  6. //
  7. import Cocoa
  8. class KMCropManager: NSObject {
  9. }