mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Create TestAvatarCreator for use in debug builds only
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package org.briarproject.briar.api.test;
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public interface TestAvatarCreator {
|
||||
@Nullable
|
||||
InputStream getAvatarInputStream();
|
||||
}
|
||||
Reference in New Issue
Block a user