Skip to content

Instantly share code, notes, and snippets.

@ArchieR7
Created June 20, 2017 06:27
Show Gist options
  • Select an option

  • Save ArchieR7/87412fc07c4bbc4f9eddebfdc1ace5f9 to your computer and use it in GitHub Desktop.

Select an option

Save ArchieR7/87412fc07c4bbc4f9eddebfdc1ace5f9 to your computer and use it in GitHub Desktop.
import UIKit
struct UISetting {
static let blue = UIColor(colorLiteralRed: 21/255, green: 122/255, blue: 251/255, alpha: 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment