marinofaggiana 4 년 전
부모
커밋
6c17582893
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      iOSClient/Networking/NCOperationQueue.swift

+ 5 - 0
iOSClient/Networking/NCOperationQueue.swift

@@ -51,6 +51,8 @@ import NCCommunication
     }
 }
 
+//MARK: -
+
 class NCOperationDownload: ConcurrentOperation {
    
     private var metadata: tableMetadata
@@ -70,6 +72,8 @@ class NCOperationDownload: ConcurrentOperation {
     }
 }
 
+//MARK: -
+
 class NCOperationReadFolderSync: ConcurrentOperation {
    
     private var serverUrl: String
@@ -98,6 +102,7 @@ class NCOperationReadFolderSync: ConcurrentOperation {
     }
 }
 
+//MARK: -
 
 class NCOperationDownloadThumbnail: ConcurrentOperation {