KMRemoveBackgroundOperationQueue.swift 339 B

123456789101112131415
  1. //
  2. // KMRemoveBackgroundOperationQueue.swift
  3. // PDF Reader Pro
  4. //
  5. // Created by liujiajie on 2023/12/1.
  6. //
  7. import Foundation
  8. class KMRemoveBackgroundOperationQueue: KMOperationQueue{
  9. static let sharedQueue: KMRemoveBackgroundOperationQueue = {
  10. let queue = KMRemoveBackgroundOperationQueue()
  11. return queue
  12. }()
  13. }