mirror of
https://github.com/hmalik144/ShopInventory_iOS.git
synced 2026-03-18 07:26:34 +00:00
Initial Commit
This commit is contained in:
25
InventoryApp/ViewController.swift
Normal file
25
InventoryApp/ViewController.swift
Normal 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.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user