yattee/Shared/Constants.swift
2022-12-05 10:13:20 +01:00

8 lines
165 B
Swift

import Foundation
import SwiftUI
struct Constants {
static let yatteeProtocol = "yattee://"
static let overlayAnimation = Animation.linear(duration: 0.2)
}