Add identifier to Theme protocol

This commit is contained in:
ismailgulek
2020-06-05 10:56:06 +03:00
parent 0a94c2485f
commit 32bd7e7ff5
4 changed files with 7 additions and 0 deletions
@@ -21,6 +21,8 @@ import UIKit
@objcMembers
class DefaultTheme: NSObject, Theme {
var identifier: String = "default"
var backgroundColor: UIColor = UIColor(rgb: 0xFFFFFF)
var baseColor: UIColor = UIColor(rgb: 0x27303A)