Hajj-simulation/src/CanFixAccident.java

4 lines
84 B
Java

public interface CanFixAccident {
//void attendToAccident(Accident accident);
}