Trying to Implement Login System

This commit is contained in:
Alexander Davis
2017-04-03 19:22:00 +01:00
parent 7df41a6301
commit 6953077108
677 changed files with 13341 additions and 293607 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.
}
}