// // ViewController.swift // XCFit-Demo // // Created by Shashikant Jagtap on 29/04/2018. // Copyright © 2018 Shashikant Jagtap. 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. } }