// Copyright © 2024 Rangeproof Pty Ltd. All rights reserved.
import UIKit
public extension UIWindow.Level {
static var background: UIWindow.Level = UIWindow.Level(-1)
}