Files
2025-06-18 00:51:01 +03:00

5 lines
124 B
Swift

struct ExperimentsOptions: Codable, Equatable {
var showInstagramDestination: Bool
var liveContainerSharing: Bool
}