1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 13:50:32 +05:30
yattee/Shared/Constants.swift

7 lines
121 B
Swift
Raw Normal View History

2022-08-25 22:39:55 +05:30
import Foundation
import SwiftUI
struct Constants {
static let overlayAnimation = Animation.linear(duration: 0.2)
}