OTP/OTP/ViewController.swift

20 lines
270 B
Swift
Raw Normal View History

2021-08-21 03:48:48 +00:00
//
// 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.
}
}