Files
EasyCC_iOs_-legacy-/easyCC/ViewController.swift
2018-08-23 17:31:18 -07:00

26 lines
494 B
Swift

//
// ViewController.swift
// easyCC
//
// Created by h_mal on 23/08/2018.
// Copyright © 2018 h_mal. 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.
}
}