mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
8 lines
165 B
Swift
8 lines
165 B
Swift
import Foundation
|
|
import SwiftUI
|
|
|
|
struct Constants {
|
|
static let yatteeProtocol = "yattee://"
|
|
static let overlayAnimation = Animation.linear(duration: 0.2)
|
|
}
|