My Mind Login Complete

This commit is contained in:
2018-12-26 23:46:03 +00:00
parent 5dc1f7d743
commit 99bb053fb4
1111 changed files with 182978 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
//
// 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.
}
}