8 lines
139 B
Swift
8 lines
139 B
Swift
import UIKit
|
|
|
|
extension UIColor {
|
|
|
|
static let rwGreen = UIColor(red: 13.0/255.0, green: 12.0/255.0, blue: 29.0/255.0, alpha: 1.0)
|
|
|
|
}
|