Beginning work on header view
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// ArcadeMachinesViewController.swift
|
||||
// XIONControlPanel
|
||||
//
|
||||
// Created by Charles Magahern on 12/30/15.
|
||||
// Copyright © 2015 XION. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class ArcadeMachinesViewController: UIViewController {
|
||||
override func viewDidLoad()
|
||||
{
|
||||
super.viewDidLoad()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user