Structure
Lot.OpeningHours
public struct OpeningHours
Relationships
Member Of
Lot
A place where cars can be left to do whatever cars do when no one's around.
Initializers
init(url:)
public init(url: URL)
init(times:)
public init(times: String)
init(url:times:)
public init(url: URL, times: String)
Properties
url
let url: URL?
times
let times: String?