mirror of
https://github.com/yattee/yattee.git
synced 2025-01-06 01:20:31 +05:30
7 lines
121 B
Swift
7 lines
121 B
Swift
import Foundation
|
|
import SwiftUI
|
|
|
|
struct Constants {
|
|
static let overlayAnimation = Animation.linear(duration: 0.2)
|
|
}
|