Skip to content

Instantly share code, notes, and snippets.

@prafullakumar
Created June 7, 2020 02:05
Show Gist options
  • Save prafullakumar/503a2ec6b12a55f49a2112c0b42d4558 to your computer and use it in GitHub Desktop.
Save prafullakumar/503a2ec6b12a55f49a2112c0b42d4558 to your computer and use it in GitHub Desktop.
import Foundation
import CoreGraphics
class Matrix {
static let headerPrimarySize: CGFloat = 36
static let headerSecondarySize: CGFloat = 27
static let paragraphSize: CGFloat = 18
static let stackViewSpacing: CGFloat = 20
static let cornerRadius: CGFloat = 12
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment