From 40cf4750bd5975ebbb7b5d1c771687b1a18c64d4 Mon Sep 17 00:00:00 2001 From: J0onYEong Date: Thu, 25 Jul 2024 14:22:42 +0900 Subject: [PATCH] =?UTF-8?q?[IDLE-000]=20DefaultAlertOutputable=20=EC=9E=AC?= =?UTF-8?q?=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DefaultAlertOutputable.swift | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 project/Projects/Presentation/PresentationCore/Sources/ViewModelType/InputOuputConstraint/DefaultAlertOutputable.swift diff --git a/project/Projects/Presentation/PresentationCore/Sources/ViewModelType/InputOuputConstraint/DefaultAlertOutputable.swift b/project/Projects/Presentation/PresentationCore/Sources/ViewModelType/InputOuputConstraint/DefaultAlertOutputable.swift new file mode 100644 index 00000000..ab9aec40 --- /dev/null +++ b/project/Projects/Presentation/PresentationCore/Sources/ViewModelType/InputOuputConstraint/DefaultAlertOutputable.swift @@ -0,0 +1,14 @@ +// +// DefaultAlertOutputable.swift +// PresentationCore +// +// Created by choijunios on 7/25/24. +// + +import Entity +import RxCocoa + +public protocol DefaultAlertOutputable { + + var alert: Driver { get } +}