clockTurnIOS/ClockTurn/ViewController.swift

26 lines
493 B
Swift

//
// ViewController.swift
// ClockTurn
//
// Created by Lukas on 04/12/15.
// Copyright © 2015 LBS. 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.
}
}