KMOCRManager.swift 287 B

1234567891011121314151617181920
  1. //
  2. // KMOCRManager.swift
  3. // PDF Master
  4. //
  5. // Created by lizhe on 2022/11/21.
  6. //
  7. import Cocoa
  8. class KMOCRManager {
  9. static let shared = KMOCRManager()
  10. private init() {}
  11. // Optional
  12. func reset() {
  13. // Reset all properties to default value
  14. }
  15. }