import Foundation public class Theme { public let tintColor: UIColor public init(tintColor: UIColor) { self.tintColor = tintColor } }