Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-26 18:08:15 +03:00
parent de62d5cd86
commit f6186a521d
10 changed files with 175 additions and 1 deletions

View file

@ -26,6 +26,9 @@ public interface NetworkComponent {
@Named(Server.ApiUpdateVersion.URL_UPDATE_VERSION)
Retrofit getRetrofitGithubusercontent();
// @Named("Insight") //TODO:check
// Retrofit getRetrofitInsight(String insightURL);
@Named("socket")
Socket getSocket();