Begin configuration for constants

This commit is contained in:
Christoph Hagen
2022-08-29 18:57:58 +02:00
parent 50519762a9
commit 3f1971c5bd
3 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
import Foundation
struct Configuration {
let pageImageWidth: Int
}