mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 09:13:25 +01:00
Adds basic AppsViewController implementation
This commit is contained in:
17
AltStore/Model/App.swift
Normal file
17
AltStore/Model/App.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// App.swift
|
||||
// AltStore
|
||||
//
|
||||
// Created by Riley Testut on 5/9/19.
|
||||
// Copyright © 2019 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
class App: NSObject, Codable
|
||||
{
|
||||
var name: String
|
||||
var subtitle: String
|
||||
|
||||
var iconName: String
|
||||
}
|
||||
Reference in New Issue
Block a user