marinofaggiana 5 년 전
부모
커밋
85c2a26f3d
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 0
      iOSClient/Networking/NCCommunication.swift
  2. 1 2
      iOSClient/Networking/NCCommunicationModel.swift

+ 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 {