This repository has been archived on 2024-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
AlloVictor/AlloVictor/Models/OfferPictureUrls.swift
Victor Bodinaud 9ec3ba818b 🚀 First version
2024-04-18 19:32:10 +02:00

14 lines
198 B
Swift

//
// OfferPictureUrls.swift
// AlloVictor
//
// Created by Bodinaud Victor on 18/04/2024.
//
import Foundation
struct OfferPictureUrls: Codable {
let large: String
let small: String
}