IPResponseModel.swift 162 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 // // IPResponseModel.swift // // // Created by Mihail Konoplitskyi on 25.11.2022. // import Foundation class IPResponseModel: Codable { var ip: String }