KMResourceDownloadManager.swift 219 B

1234567891011121314
  1. //
  2. // KMResourceDownloadManager.swift
  3. // PDF Master
  4. //
  5. // Created by lizhe on 2023/8/29.
  6. //
  7. import Cocoa
  8. class KMResourceDownloadManager: NSObject {
  9. static let manager = KMResourceDownloadManager()
  10. }