blob: 2d82e94b851860832f288dd2c78e822d855f4c07 [file] [log] [blame]
package testinterfaces;
public interface ValueGetter
{
String getValue();
}