mirror of
https://github.com/LBRYFoundation/lbry-database-java.git
synced 2025-08-23 09:27:22 +00:00
7 lines
No EOL
97 B
Java
7 lines
No EOL
97 B
Java
package com.lbry.database.keys;
|
|
|
|
public interface KeyInterface{
|
|
|
|
KeyInterface NULL = null;
|
|
|
|
} |