mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Add Payload interface
This commit is contained in:
parent
7cdb779aae
commit
8792666f78
1 changed files with 1 additions and 1 deletions
6
common/src/main/java/io/bitsquare/common/Payload.java
Normal file
6
common/src/main/java/io/bitsquare/common/Payload.java
Normal file
|
@ -0,0 +1,6 @@
|
|||
package io.bitsquare.common;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public interface Payload extends Serializable {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue