Files
Project308/Project308/TimerViewController.swift
Timothy Davis 00b7779ff2 Revert "Merge pull request #2 from Aargonian/revert-1-Stopwatch"
This reverts commit 049a50aee9, reversing
changes made to cc8fcca473.
2019-04-21 15:14:19 -04:00

31 lines
712 B
Swift

//
// TimerViewController.swift
// Project308
//
// Created by Davis, Timothy A. on 4/19/19.
// Copyright © 2019 Helton, Aaron S. All rights reserved.
//
import UIKit
class TimerViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}