// // File.swift // PDF Master // // Created by liujiajie on 2023/12/29. // import Foundation enum KMSecurityType: Int { case addSecurity = 0 case removeSecurity } class KMBatchSecurityManager: NSObject{ static let defaultManager = KMBatchSecurityManager() var securityType: KMSecurityType = .addSecurity }