//: generics/Performs.java
// <20>2015 MindView LLC: see Copyright.txt
public interface Performs {
void speak();
void sit();
} ///:~