Skip to content

Commit

Permalink
#8 feat: RingtoneCellModel 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghyeok-kim committed Aug 3, 2023
1 parent 175373e commit 3ec697d
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// RingtoneCellModel.swift
// Multimer
//
// Created by 김상혁 on 2023/08/02.
//

import Foundation

struct RingtoneCellModel: Hashable {
var isSelected: Bool = false
var ringtone: Ringtone
}

0 comments on commit 3ec697d

Please sign in to comment.