forked from olcxjas-softworks/LarpixClient
forgot to push
This commit is contained in:
parent
6ff37cb3be
commit
4942043ae3
28 changed files with 2458 additions and 0 deletions
9
node_modules/@capacitor/status-bar/ios/Sources/StatusBarPlugin/StatusBarInfo.swift
generated
vendored
Normal file
9
node_modules/@capacitor/status-bar/ios/Sources/StatusBarPlugin/StatusBarInfo.swift
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import Foundation
|
||||
|
||||
public struct StatusBarInfo {
|
||||
public var overlays: Bool?
|
||||
public var visible: Bool?
|
||||
public var style: String?
|
||||
public var color: String?
|
||||
public var height: CGFloat?
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue