blob: 7c151c33559032b1496ffd71247368f03e94a5a6 [file] [log] [blame]
package testinterfaces;
public interface MagicContainer
{
String magic();
}