package fakultet;

public interface Nastavnik {

  public void predaje();

  public void dajeTest();

}