Draft : introduce DraftService and start using it.

This commit is contained in:
ganfra 2024-06-20 11:26:03 +02:00
parent d1e11f5c33
commit f821fa5862
11 changed files with 198 additions and 3 deletions

View file

@ -16,4 +16,6 @@
package io.element.android.libraries.di
abstract class RoomScope private constructor()
abstract class RoomScope private constructor(
)