marinofaggiana 5 rokov pred
rodič
commit
85c2a26f3d

+ 2 - 0
iOSClient/Networking/NCCommunication.swift

@@ -31,6 +31,8 @@ class NCCommunication: NSObject {
         return instance
     }()
     
+    //MARK: - webDAV
+
     @objc func readFolder(serverUrl: String, account: String, user: String, password: String, depth: String, userAgent: String, completionHandler: @escaping (_ result: [NCFile], _ account: String,_ error: Error?) -> Void) {
         
         var files = [NCFile]()

+ 1 - 2
iOSClient/Networking/NCCommunicationModel.swift

@@ -23,8 +23,7 @@
 
 import Foundation
 
-//MARK: -
-//MARK: File
+//MARK: - File
 
 @objc class NCFile: NSObject {