experiments

This commit is contained in:
eevee
2025-06-18 00:51:01 +03:00
parent 92e6cc7900
commit a994490604
36 changed files with 264 additions and 64 deletions
@@ -0,0 +1,4 @@
struct ExperimentsOptions: Codable, Equatable {
var showInstagramDestination: Bool
var liveContainerSharing: Bool
}