Skip to content

Commit

Permalink
#26 [Add] DateComponentsWithID 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
soletree committed Apr 11, 2024
1 parent 67aec13 commit 4a3dce5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Score/Score/Model/DateComponentsWithID.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// DateComponentsWithID.swift
// Score
//
// Created by sole on 4/12/24.
//

import Foundation

struct DateComponentsWithID: Identifiable,
Hashable {
let id: UUID
var dateComponents: DateComponents?
}

0 comments on commit 4a3dce5

Please sign in to comment.