iOS build fix

This commit is contained in:
pokamest 2024-07-22 15:29:48 +03:00 committed by a
parent 3384008277
commit 1754a82f67
3 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,7 @@
import Foundation
struct XrayConfig: Decodable {
let dns1: String?
let dns2: String?
let config: String
}