Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Created April 16, 2020 19:03
Show Gist options
  • Save meyusufdemirci/afa6c640265d6b5a7823fc55257ee32f to your computer and use it in GitHub Desktop.
Save meyusufdemirci/afa6c640265d6b5a7823fc55257ee32f to your computer and use it in GitHub Desktop.
struct AveragePriceResponseModel: Codable {
// MARK: - Properties
var mins: Int?
var price: String?
// {"mins":5,"price":"6766.01484782"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment