From 983a98ee3073157bcf2faa2e4a61e0cb92c07df1 Mon Sep 17 00:00:00 2001 From: RAFA Date: Sat, 18 Jan 2025 17:02:14 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20#51=20-=20=EB=B0=98=EB=B3=B5=20?= =?UTF-8?q?=EC=A2=85=EB=A3=8C=20=ED=83=80=EC=9E=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Add/Common/PickerButton/Model/PickerButtonType.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/PickerButton/Model/PickerButtonType.swift b/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/PickerButton/Model/PickerButtonType.swift index 2373e28..92a5caf 100644 --- a/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/PickerButton/Model/PickerButtonType.swift +++ b/Memento-iOS/Memento-iOS/Source/Presentation/Add/Common/PickerButton/Model/PickerButtonType.swift @@ -8,5 +8,5 @@ import Foundation enum PickerButtonType { - case date, time, `repeat`, tag + case date, time, `repeat`, endRepeat, tag }