yattee/Shared/Constants.swift

8 lines
165 B
Swift
Raw Normal View History

2022-08-25 17:09:55 +00:00
import Foundation
import SwiftUI
struct Constants {
2022-12-04 12:21:50 +00:00
static let yatteeProtocol = "yattee://"
2022-08-25 17:09:55 +00:00
static let overlayAnimation = Animation.linear(duration: 0.2)
}