Files
SideStore/AltStore/SecondViewController.swift

21 lines
344 B
Swift
Raw Normal View History

2019-05-09 12:45:30 -07:00
//
// SecondViewController.swift
// AltStore
//
// Created by Riley Testut on 5/9/19.
// Copyright © 2019 Riley Testut. All rights reserved.
//
import UIKit
class SecondViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
}