Initial Commit

This commit is contained in:
2018-08-25 01:03:00 -07:00
commit e0007fba5a
14 changed files with 1033 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
//
// ViewController.swift
// InventoryApp
//
// Created by h_mal on 25/08/2018.
// Copyright © 2018 h_mal. 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.
}
}