forked from olcxjas-softworks/LarpixClient
7 lines
164 B
Swift
7 lines
164 B
Swift
import UIKit
|
|
|
|
public struct StatusBarConfig {
|
|
var overlaysWebView = true
|
|
var backgroundColor: UIColor = .black
|
|
var style: UIStatusBarStyle = .default
|
|
}
|