Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-12-11 13:17:45 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-12-11 13:17:45 +0300
commit2f6d6dfef607589fa7681250d138e0b431797a8e (patch)
treeed74829bba7ff1cdaa6eb59557c13fb42d468727 /iOSClient/Brand
parent71b56f44f485e977bc735c80d0a9d8f589ff1a44 (diff)
clear code
Diffstat (limited to 'iOSClient/Brand')
-rwxr-xr-xiOSClient/Brand/NCBrand.swift14
1 files changed, 14 insertions, 0 deletions
diff --git a/iOSClient/Brand/NCBrand.swift b/iOSClient/Brand/NCBrand.swift
index f52b4cf19..e89add25a 100755
--- a/iOSClient/Brand/NCBrand.swift
+++ b/iOSClient/Brand/NCBrand.swift
@@ -240,4 +240,18 @@ class NCBrandColor: NSObject {
// Nextcloud unsupported
let nextcloud_unsupported_version: Int = 13
+
+ // Layout
+ let layoutList = "typeLayoutList"
+ let layoutGrid = "typeLayoutGrid"
+
+ let layoutViewMove = "LayoutMove"
+ let layoutViewTrash = "LayoutTrash"
+ let layoutViewOffline = "LayoutOffline"
+ let layoutViewFavorite = "LayoutFavorite"
+ let layoutViewFiles = "LayoutFiles"
+ let layoutViewViewInFolder = "ViewInFolder"
+ let layoutViewTransfers = "LayoutTransfers"
+ let layoutViewRecent = "LayoutRecent"
+ let layoutViewShares = "LayoutShares"
}