Skip to content

Commit

Permalink
Add images property to Listing struct
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-nunez committed Dec 9, 2023
1 parent 984730e commit 0539934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Airbnb Clone/Models/Listing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ struct Listing: Identifiable, Codable {
let title: String
var rating: Double
let type: ListingType
var images: [String]

// bedrooms
let numBedrooms: Int
Expand Down

0 comments on commit 0539934

Please sign in to comment.