// // ViewController.swift // SimpleBattery // // Created by Jordan Koch on 3/2/19. // Copyright © 2019 Jordan Koch. All rights reserved. // import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } }