Skip to content
Snippets Groups Projects
Commit 19bc4d11 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Drafted SessionRepository interface

parent 9fa72762
No related branches found
No related tags found
No related merge requests found
package io.elixxir.data.session
class SessionRepository {
interface SessionRepository {
fun createSession()
fun restoreSession()
fun deleteSession()
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment