Constant.swift 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 // // Constant.swift // InterQR-Internship // // Created by Дмитрий Тимофеев on 25.06.2022. // import Foundation enum Constant: String { case URL = "https://www.interqr.com/api/init" }