blob: 0c99cf113a873831830300382b4f5fd1cf9bca0d [file] [log] [blame]
interface StuffInterface
{
Integer getStuff (int someValue);
int sendStuff (int otherValues);
}