Updated on 2026-08-14

This commit is contained in:
Tangem 2018-05-28 14:37:16 +03:00
parent 2a8498e464
commit 1d2b869b46
11 changed files with 77 additions and 8 deletions

View file

@ -0,0 +1,4 @@
package com.tangem.data.DB;
public class Repository {
}

View file

@ -0,0 +1,4 @@
package com.tangem.data.network;
public class Server {
}

View file

@ -0,0 +1,4 @@
package com.tangem.data.network.model;
public class UserModel {
}