Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-11 22:15:27 +03:00
parent 7a4292f489
commit 4d5cc7255b
3 changed files with 35 additions and 10 deletions

View file

@ -2,6 +2,8 @@ package com.tangem.di;
import com.tangem.data.network.Server;
import java.net.Socket;
import javax.inject.Named;
import javax.inject.Singleton;
@ -27,4 +29,7 @@ public interface AppComponent {
@Named(Server.ApiUpdateVersion.URL_UPDATE_VERSION)
Retrofit getRetrofitGithubusercontent();
@Named("socket")
Socket getSocket();
}