Swiftgram/TelegramUI/PresentationSurfaceLevels.swift
2017-07-14 15:34:30 +03:00

10 lines
338 B
Swift

import Foundation
import Display
public extension PresentationSurfaceLevel {
static let root = PresentationSurfaceLevel(rawValue: 0)
static let calls = PresentationSurfaceLevel(rawValue: 1)
static let overlayMedia = PresentationSurfaceLevel(rawValue: 2)
static let notifications = PresentationSurfaceLevel(rawValue: 3)
}