clockTurnIOS/ClockTurn/ViewController.swift

26 lines
493 B
Swift
Raw Normal View History

2015-12-04 10:26:56 +00:00
//
// 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.
}
}