Adds basic AppDetailViewController implementation

This commit is contained in:
Riley Testut
2019-05-09 17:21:55 -07:00
parent f4a3a09cba
commit 41310a852f
16 changed files with 462 additions and 0 deletions

View File

@@ -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]
}