Created
April 16, 2020 19:03
-
-
Save meyusufdemirci/afa6c640265d6b5a7823fc55257ee32f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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