Skip to content

Commit

Permalink
[IDLE-000] DefaultAlertOutputable 재생성
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong committed Jul 25, 2024
1 parent b103cb3 commit 40cf475
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// DefaultAlertOutputable.swift
// PresentationCore
//
// Created by choijunios on 7/25/24.
//

import Entity
import RxCocoa

public protocol DefaultAlertOutputable {

var alert: Driver<DefaultAlertContentVO> { get }
}

0 comments on commit 40cf475

Please sign in to comment.