Skip to content

Instantly share code, notes, and snippets.

@krummler
Created April 17, 2020 10:11
Show Gist options
  • Save krummler/2b34e5e6af79aa847a7de8981d583790 to your computer and use it in GitHub Desktop.
Save krummler/2b34e5e6af79aa847a7de8981d583790 to your computer and use it in GitHub Desktop.
// Note: Idealy, these are generated using SwiftGen
private struct Palette {
static let foreground = UIColor(named: "color/foreground")!
}
private struct Fonts {
static let body = UIFont.preferredFont(forTextStyle: .body)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment