This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
Nook-Music/grandfatherrock/SecondViewController.swift
2020-04-15 20:01:28 -06:00

20 lines
332 B
Swift

//
// SecondViewController.swift
// grandfatherrock
//
// Created by Micah Gomez on 4/15/20.
// Copyright © 2020 Micah Gomez. All rights reserved.
//
import UIKit
class SecondViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}