Browse Source

Clean code

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
6f00eea5ad
1 changed files with 3 additions and 0 deletions
  1. 3 0
      iOSClient/NCGlobal.swift

+ 3 - 0
iOSClient/NCGlobal.swift

@@ -180,6 +180,7 @@ class NCGlobal: NSObject {
     let buttonMoreLock                              = "moreLock"
 
     // Standard height sections header/footer
+    //
     let heightButtonsCommand: CGFloat               = 50
     let heightButtonsView: CGFloat                  = 50
     let heightSection: CGFloat                      = 30
@@ -369,6 +370,8 @@ class NCGlobal: NSObject {
     let notificationCenterPlayMedia                             = "playMedia"
     let notificationCenterPauseMedia                            = "pauseMedia"
 
+    // TIP
+    //
     let tipNCViewerPDFThumbnail                                 = "tipncviewerpdfthumbnail"
     let tipNCCollectionViewCommonAccountRequest                 = "tipnccollectionviewcommonaccountrequest"
     let tipNCScanAddImage                                       = "tipncscanaddimage"