Updated on 2026-08-14
This commit is contained in:
parent
c456f38210
commit
35adc604f8
8 changed files with 77 additions and 27 deletions
15
app/src/main/java/com/tangem/di/NavigatorComponent.java
Normal file
15
app/src/main/java/com/tangem/di/NavigatorComponent.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package com.tangem.di;
|
||||
|
||||
import com.tangem.presentation.activity.LogoActivity;
|
||||
|
||||
import javax.inject.Singleton;
|
||||
|
||||
import dagger.Component;
|
||||
|
||||
@Singleton
|
||||
@Component(modules = {NavigatorModule.class})
|
||||
public interface NavigatorComponent {
|
||||
|
||||
void inject(LogoActivity activity);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue