9 lines
164 B
Swift
9 lines
164 B
Swift
import UIKit
|
|
|
|
public struct SplashScreenSettings {
|
|
var showDuration = 3000
|
|
var fadeInDuration = 200
|
|
var fadeOutDuration = 200
|
|
var autoHide = true
|
|
}
|