KMCustomPDFView.swift 211 B

12345678910111213141516
  1. //
  2. // KMCustomPDFView.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by tangchao on 2022/12/6.
  6. //
  7. import Cocoa
  8. class KMCustomPDFView: CPDFView {
  9. deinit {
  10. KMPrint("Convert PDF View 释放")
  11. }
  12. }