mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Adds basic AppDetailViewController implementation
This commit is contained in:
@@ -12,6 +12,10 @@ class App: NSObject, Codable
|
||||
{
|
||||
var name: String
|
||||
var subtitle: String
|
||||
var developer: String
|
||||
|
||||
var localizedDescription: String
|
||||
|
||||
var iconName: String
|
||||
var screenshotNames: [String]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user