9 lines
140 B
Swift
9 lines
140 B
Swift
|
|
import UIKit
|
|
|
|
extension UIColor {
|
|
|
|
static let rwGreen = UIColor(red: 0.0/255.0, green: 104.0/255.0, blue: 55.0/255.0, alpha: 1.0)
|
|
|
|
}
|