Update Ghostgram features

This commit is contained in:
ichmagmaus 812
2026-03-07 18:15:32 +01:00
parent 1a3303b059
commit 24a7ec39d9
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 {