Interface for BackupPayloadDecoder

This commit is contained in:
ameba23
2021-04-19 08:59:37 +02:00
parent e392a0dd8b
commit 101b93b3da
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package org.briarproject.briar.socialbackup;
public interface BackupPayloadDecoder {
}

View File

@@ -0,0 +1,4 @@
package org.briarproject.briar.socialbackup;
public class SocialBackup {
}