Create minimal AccountManager interface.

This commit is contained in:
akwizgran
2018-07-20 15:08:53 +01:00
parent 8283760e8a
commit cb29c9bf32
18 changed files with 103 additions and 35 deletions

View File

@@ -0,0 +1,6 @@
package org.briarproject.bramble.api.account;
public interface AccountManager {
boolean hasDatabaseKey();
}