|
@@ -155,7 +155,7 @@ class KMBatchSettingView: BaseXibView {
|
|
|
case .imageToPDF:
|
|
|
resultView = KMBatchImageToPDFView()
|
|
|
resultView.batchExport = { [unowned self] (view, data) in
|
|
|
-// KMBatchManager.manager.batch(type: type, data: data)
|
|
|
+ KMBatchManager.manager.batch(type: type, data: data)
|
|
|
}
|
|
|
default:
|
|
|
KMPrint("找不到")
|