Added new Room and User interfaces

This commit is contained in:
Andrey Terentev 2024-03-12 02:24:59 +07:00 committed by Andrey Terentev
parent 040a9d1fbe
commit ef37fa0223
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package ru.dragonestia.picker.api.model.room;
public interface IRoom {
}

View File

@ -0,0 +1,4 @@
package ru.dragonestia.picker.api.model.user;
public interface IUser {
}