7 lines
73 B
Swift
7 lines
73 B
Swift
|
import Foundation
|
||
|
|
||
|
struct Configuration {
|
||
|
|
||
|
let pageImageWidth: Int
|
||
|
}
|