Files
Daniele Margutti 98544fb16a Fixes for tests
2018-07-03 20:13:29 +02:00

22 lines
352 B
Swift

//
// ViewController.swift
// TestApplication
//
// Created by Daniele Margutti on 06/06/2018.
// Copyright © 2018 SwiftDate. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
}