Skip to content

Commit

Permalink
FIX :: [IOS-47] 가독성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunho0922 committed Mar 27, 2024
1 parent 104a30d commit 96e38eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Domain
import MGLogger
import MGNetworks

public class AgreeViewController: BaseViewController<AgreeViewModel>, UIGestureRecognizerDelegate, Stepper {
public class AgreeViewController: BaseViewController<AgreeViewModel>, Stepper, UIGestureRecognizerDelegate {

public var steps = PublishRelay<Step>()

Expand Down

0 comments on commit 96e38eb

Please sign in to comment.