package complex.ofopxmlstorages;

public interface StorageTest
{
	boolean test();
}

