Browse Source

clear code

marinofaggiana 4 years ago
parent
commit
43ebe820f6
1 changed files with 0 additions and 16 deletions
  1. 0 16
      iOSClient/Brand/NCBrand.swift

+ 0 - 16
iOSClient/Brand/NCBrand.swift

@@ -26,7 +26,6 @@ import UIKit
 //MARK: - Configuration
 
 @objc class NCBrandConfiguration: NSObject {
-    
     @objc static let sharedInstance: NCBrandConfiguration = {
         let instance = NCBrandConfiguration()
         return instance
@@ -41,7 +40,6 @@ import UIKit
 //MARK: - Options
 
 @objc class NCBrandOptions: NSObject {
-    
     @objc static let sharedInstance: NCBrandOptions = {
         let instance = NCBrandOptions()
         return instance
@@ -100,7 +98,6 @@ import UIKit
 //MARK: - Color
 
 class NCBrandColor: NSObject {
-
     @objc static let sharedInstance: NCBrandColor = {
         let instance = NCBrandColor()
         instance.setDarkMode()
@@ -156,16 +153,3 @@ class NCBrandColor: NSObject {
         }
     }
 }
-
-//MARK: - Beta
-
-@objc class NCBrandBeta: NSObject {
-    
-    @objc static let shared: NCBrandBeta = {
-        let instance = NCBrandBeta()
-        return instance
-    }()
-
-    //@objc public let iOSHelper: Bool = false
-}
-