Created
June 7, 2020 02:05
-
-
Save prafullakumar/503a2ec6b12a55f49a2112c0b42d4558 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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