Files
FinalYearProject-MyMind/My Mind/Carthage/Checkouts/SwiftForms/SwiftFormsApplication/ViewController.swift
Alexander Davis 41995c6e8c Final Upload
2017-05-16 20:46:48 +01:00

24 lines
547 B
Swift
Executable File

//
// ViewController.swift
// SwiftFormsApplication
//
// Created by Miguel Angel Ortuno Ortuno on 14/5/15.
// Copyright (c) 2015 Miguel Angel Ortuno Ortuno. 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.
}
}