Changes tint color to Delta purple

This commit is contained in:
Riley Testut
2019-05-10 11:39:34 -07:00
parent 41310a852f
commit ee79230d37
5 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
//
// UIColor+AltStore.swift
// AltStore
//
// Created by Riley Testut on 5/9/19.
// Copyright © 2019 Riley Testut. All rights reserved.
//
import UIKit
extension UIColor
{
static let altPurple = UIColor(named: "Purple")!
}