7 lines
119 B
Swift
7 lines
119 B
Swift
import Foundation
|
|
|
|
struct XrayConfig: Decodable {
|
|
let dns1: String?
|
|
let dns2: String?
|
|
let config: String
|
|
}
|