KMBotaModel.swift 175 B

123456789101112
  1. //
  2. // KMBotaModel.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by tangchao on 2024/6/12.
  6. //
  7. import Cocoa
  8. class KMBotaModel: NSObject {
  9. var insertedDocument: CPDFDocument?
  10. }