Browse Source

clear code

Marino Faggiana 8 years ago
parent
commit
f76c946ea0
1 changed files with 0 additions and 19 deletions
  1. 0 19
      iOSClient/Brand/NCBrand.swift

+ 0 - 19
iOSClient/Brand/NCBrand.swift

@@ -68,22 +68,3 @@ class NCBrandImages: NSObject {
     public var menuMoreImage:           String = "menuMoreImage"
 }
 
-/*
-class NCBrandText: NSObject {
-    
-    static let sharedInstance: NCBrandText = {
-        let instance = NCBrandText()
-        return instance
-    }()
-    
-    public var brand:                           String = "Nextcloud"
-    public var mailBrand:                       String = "ios@nextcloud.com"
-    public var copyrightNextcloudiOS :          String = "Nextcloud for iOS %@ © 2017 T.W.S. Inc."
-    public var copyrightNextcloudServer:        String = "Nextcloud Server %@"
-    public var loginBaseUrl:                    String = "https://cloud.twsweb.it"
-    public var pushNotificationServer:          String = "https://push-notifications.nextcloud.com"
-    public var loginButtonLabelLink:            String = "https://nextcloud.com/providers"
-    public var webLoginAutenticationProtocol:   String = ""
-}
-*/
-