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

Changed to internal visibility

parent 75e00d63
No related branches found
No related tags found
No related merge requests found
package io.elixxir.dapp.bindings.data
interface Cmix {
internal interface Cmix {
}
package io.elixxir.dapp.bindings.data
interface E2e {
internal interface E2e {
}
package io.elixxir.dapp.bindings.data
interface UserDiscovery {
internal interface UserDiscovery {
fun registerUsername(username: String)
fun registerNickname(nickname: String)
fun registerEmail(email: String)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment