import Foundation public class DisplayTheme { var tintColor: UIColor public init(tintColor: UIColor) { self.tintColor = tintColor } }