Browse Source

clear code

Marino Faggiana 6 years ago
parent
commit
5eec3be242
1 changed files with 6 additions and 2 deletions
  1. 6 2
      iOSClient/Create/CCCreateCloud.swift

+ 6 - 2
iOSClient/Create/CCCreateCloud.swift

@@ -23,7 +23,7 @@
 
 import Foundation
 
-// MARK: - CreateMenuAdd
+// MARK: -
 
 class CreateMenuAdd: NSObject {
     
@@ -85,13 +85,15 @@ class CreateMenuAdd: NSObject {
     }
 }
 
-// MARK: - CreateFormUploadAssets
+// MARK: -
 
 @objc protocol createFormUploadAssetsDelegate {
     
     func dismissFormUploadAssets()
 }
 
+// MARK: -
+
 class CreateFormUploadAssets: XLFormViewController, CCMoveDelegate {
     
     var serverUrl : String = ""
@@ -448,6 +450,8 @@ class CreateFormUploadAssets: XLFormViewController, CCMoveDelegate {
     
 }
 
+// MARK: -
+
 class CreateFormUploadFile: XLFormViewController, CCMoveDelegate {
     
     var serverUrl = ""