// // KMCustomPDFView.swift // PDF Reader Pro // // Created by tangchao on 2022/12/6. // import Cocoa class KMCustomPDFView: CPDFView { deinit { KMPrint("Convert PDF View 释放") } }