12 lines
189 B
Swift
12 lines
189 B
Swift
|
|
struct AudioPlayerSettingsFile: Codable {
|
|
|
|
let playlistCoverImageSize: Int
|
|
|
|
let smallCoverImageSize: Int
|
|
|
|
let audioPlayerJsFile: String?
|
|
|
|
let audioPlayerCssFile: String?
|
|
}
|