mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Accurately displays dynamically-sized screenshots in AppViewController
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
|
||||
import CoreData
|
||||
|
||||
public extension AppScreenshot
|
||||
{
|
||||
static let defaultAspectRatio = CGSize(width: 9, height: 19.5)
|
||||
}
|
||||
|
||||
@objc(AppScreenshot)
|
||||
public class AppScreenshot: NSManagedObject, Fetchable, Decodable
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user