make variable name simple
This commit is contained in:
parent
bb654849af
commit
8e580e3dad
2 changed files with 4 additions and 4 deletions
|
|
@ -21,8 +21,8 @@ class Globals {
|
|||
static var passcodeConfiguration = PasscodeLockConfiguration()
|
||||
static let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String
|
||||
|
||||
static let myRedColor = UIColor(red:1.00, green:0.23, blue:0.19, alpha:1.0)
|
||||
static let myBlueColor = UIColor(red:0.00, green:0.48, blue:1.00, alpha:1.0)
|
||||
static let red = UIColor(red:1.00, green:0.23, blue:0.19, alpha:1.0)
|
||||
static let blue = UIColor(red:0.00, green:0.48, blue:1.00, alpha:1.0)
|
||||
|
||||
private init() { }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue