marinofaggiana 4 years ago
parent
commit
6c17582893
1 changed files with 5 additions and 0 deletions
  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 {