mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-14 06:26:41 +03:00
10 lines
155 B
Swift
10 lines
155 B
Swift
// Copyright © 2021 Tokenary. All rights reserved.
|
|
|
|
import UIKit
|
|
|
|
extension CGFloat {
|
|
|
|
static let pixel = CGFloat(1) / UIScreen.main.scale
|
|
|
|
}
|