Update Ghostgram features

This commit is contained in:
ichmagmaus 812
2026-03-07 18:15:32 +01:00
parent 32b0dddcd9
commit 13a43b9068
902 changed files with 148302 additions and 62355 deletions
@@ -262,6 +262,12 @@ public class GlassBackgroundView: UIView {
self.color = color
self.innerColor = innerColor
}
public init(kind: Kind, innerColor: UIColor? = nil) {
self.kind = kind
self.color = .clear
self.innerColor = innerColor
}
}
public enum Shape: Equatable {