Skip to content

Commit

Permalink
fix: participateUserInterface에 dependency로 firebaseMessaging 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chansooo committed Nov 2, 2023
1 parent 93b4c27 commit 596fb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ let project = Project.invertedDualTargetProjectWithDemoApp(
.Feature.MOITParticipate.Data.Implement,

.Feature.MOITDetail.Domain.Interface,
.ThirdParty.FirebaseMessaging,
],
demoAppDependencies: [
.Feature.MOITParticipate.UserInterface.Implement,
Expand Down
1 change: 1 addition & 0 deletions Features/MOITWeb/Implement/MOITWebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import Toast
import RIBs
import RxSwift
import FirebaseMessaging
import Firebase

protocol MOITWebPresentableListener: AnyObject {
func didSwipeBack()
Expand Down

0 comments on commit 596fb4b

Please sign in to comment.