MobileCode

struct MobileCode {
    let code: String
    let iso: String
    let country: String
}