forgot to push

This commit is contained in:
olcxja 2026-05-08 18:07:14 +02:00
commit 4942043ae3
28 changed files with 2458 additions and 0 deletions

View 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?
}