forked from amazingfate/loongoffice
8 lines
79 B
Java
8 lines
79 B
Java
package storagetesting;
|
|
|
|
public interface StorageTest
|
|
{
|
|
boolean test();
|
|
}
|
|
|