// // ViewController.swift // OTP // // Created by Shadowfacts on 8/20/21. // import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } }