mirror of
https://github.com/yattee/yattee.git
synced 2025-03-14 12:31:27 +00:00
7 lines
121 B
Swift
7 lines
121 B
Swift
import Foundation
|
|
import SwiftUI
|
|
|
|
struct Constants {
|
|
static let overlayAnimation = Animation.linear(duration: 0.2)
|
|
}
|