Skip to content

Commit

Permalink
add ChangeCityViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostScientist committed Mar 13, 2020
1 parent 10401ce commit 72d2110
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Atmos/Controller/ChangeCityViewController.swift
@@ -0,0 +1,30 @@
//
// ChangeCityViewController.swift
// Atmos
//
// Created by Dakota Cantina on 3/13/20.
// Copyright © 2020 Dakota Cantina. All rights reserved.
//

import UIKit

class ChangeCityViewController: 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.
}
*/

}

0 comments on commit 72d2110

Please sign in to comment.