Updated on 2026-08-14
This commit is contained in:
parent
2af8d5dc82
commit
9d36a97fd9
8 changed files with 67 additions and 34 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package com.tangem.di;
|
||||
|
||||
import com.tangem.presentation.activity.EmptyWalletActivity;
|
||||
import com.tangem.presentation.activity.LogoActivity;
|
||||
import com.tangem.presentation.activity.MainActivity;
|
||||
|
||||
|
|
@ -17,4 +18,6 @@ public interface NavigatorComponent {
|
|||
|
||||
void inject(MainActivity activity);
|
||||
|
||||
void inject(EmptyWalletActivity activity);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue