init
This commit is contained in:
8
node_modules/@capacitor/splash-screen/ios/Sources/SplashScreenPlugin/SplashScreenSettings.swift
generated
vendored
Normal file
8
node_modules/@capacitor/splash-screen/ios/Sources/SplashScreenPlugin/SplashScreenSettings.swift
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import UIKit
|
||||
|
||||
public struct SplashScreenSettings {
|
||||
var showDuration = 3000
|
||||
var fadeInDuration = 200
|
||||
var fadeOutDuration = 200
|
||||
var autoHide = true
|
||||
}
|
||||
Reference in New Issue
Block a user