Skip to content

Instantly share code, notes, and snippets.

@yabenatti
Created November 10, 2017 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yabenatti/888187fcef49c4f79d36e4fd683131b4 to your computer and use it in GitHub Desktop.
Save yabenatti/888187fcef49c4f79d36e4fd683131b4 to your computer and use it in GitHub Desktop.
MiniCursoIFSPSwiftStructAsNamespace
struct Colors {
private init () {}
static let lightSalmonPink : UIColor! = UIColor(red: 248/255, green: 153/255, blue: 157/255, alpha: 1)
static let lightPurpleUbe : UIColor! = UIColor(red: 125/255, green: 122/255, blue: 188/255, alpha: 1)
static let darkGray : UIColor! = UIColor(red: 132/255, green: 146/255, blue: 166/255, alpha: 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment