Files
zealot-ios/Example/Zealot/ViewController.swift
T
2020-01-07 14:14:57 +08:00

25 lines
498 B
Swift

//
// ViewController.swift
// Zealot
//
// Created by icyleaf on 01/07/2020.
// Copyright (c) 2020 icyleaf. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}