mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-17 02:52:01 +08:00
13 lines
282 B
Swift
13 lines
282 B
Swift
//
|
|
// UIScreen+Static.swift
|
|
// StyledTextKit
|
|
//
|
|
// Created by Ryan Nystrom on 12/14/17.
|
|
// Copyright © 2017 Ryan Nystrom. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
// grab this once and avoid touching this on the main thread
|
|
public let StyledTextScreenScale = UIScreen.main.scale
|