Updated on 2026-08-14
This commit is contained in:
parent
552da5be18
commit
4addc9601e
15 changed files with 204 additions and 3 deletions
|
|
@ -30,4 +30,10 @@ internal object PromoDomainModule {
|
|||
fun provideShouldShowSwapStoriesUseCase(promoRepository: PromoRepository): ShouldShowSwapStoriesUseCase {
|
||||
return ShouldShowSwapStoriesUseCase(promoRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideGetStoryContentUseCase(promoRepository: PromoRepository): GetStoryContentUseCase {
|
||||
return GetStoryContentUseCase(promoRepository)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue