xdripswift/xdrip/Constants/ConstantsUI.swift

10 lines
206 B
Swift
Raw Normal View History

import Foundation
import UIKit
enum ConstantsUI {
/// color for section titles in grouped table views, example in settings view
static let tableViewHeaderTextColor = UIColor.systemBlue
}