import UIKit public struct SplashScreenSettings { var showDuration = 3000 var fadeInDuration = 200 var fadeOutDuration = 200 var autoHide = true }