Skip to content

Commit

Permalink
bug: 🐞diffableDataSource 중복 제거(#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lia316 committed Jun 3, 2021
1 parent d069669 commit 7cb223b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file not shown.
3 changes: 2 additions & 1 deletion iOS/Airbnb/Airbnb/ResultPage/Model/RoomDTO.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import Foundation

struct Rooms: Codable, Hashable {
var rooms : [Room]
let uuid = UUID()
}

struct Room: Codable, Hashable {
let uuid = UUID()

var roomId: Int
var images: Images
var price: Int
Expand Down

0 comments on commit 7cb223b

Please sign in to comment.