|
@@ -28,9 +28,7 @@ import VisionKit
|
|
|
import Photos
|
|
|
import PDFKit
|
|
|
|
|
|
-// MARK: - Preview / Test
|
|
|
-
|
|
|
-class NCManageUploadScanDocument: NSObject {
|
|
|
+class NCHostingControllerUploadScanDocumentView: NSObject {
|
|
|
|
|
|
@objc func makeShipDetailsUI(account: String) -> UIViewController {
|
|
|
let account = (UIApplication.shared.delegate as? AppDelegate)?.account
|
|
@@ -59,6 +57,8 @@ extension NCUploadScanDocument: NCCreateFormUploadConflictDelegate {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// MARK: - Preview / Test
|
|
|
+
|
|
|
struct UploadScanDocumentView: View {
|
|
|
|
|
|
@ObservedObject var uploadScanDocument = NCUploadScanDocument()
|