Files
SideStore/AltStore/FirstViewController.swift
Riley Testut 979eda65e1 Initial Commit
2019-05-09 12:45:30 -07:00

21 lines
342 B
Swift

//
// FirstViewController.swift
// AltStore
//
// Created by Riley Testut on 5/9/19.
// Copyright © 2019 Riley Testut. All rights reserved.
//
import UIKit
class FirstViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}