GBA001/Delta/Extensions/UIColor+Delta.swift
2018-11-27 14:39:38 -08:00

16 lines
292 B
Swift

//
// UIColor+Delta.swift
// Delta
//
// Created by Riley Testut on 12/26/15.
// Copyright © 2015 Riley Testut. All rights reserved.
//
import UIKit
extension UIColor
{
static let deltaPurple = UIColor(named: "Purple")!
static let deltaDarkGray = UIColor(named: "DarkGray")!
}