// streams/AnInterface.java
// <20>2016 MindView LLC: see Copyright.txt
interface AnInterface {
void firstMethod();
void secondMethod();
}