cicaprojekt/cicaprojekt/Destroyable.java
ericnerdo 88b594b666 Initial commit
Base files for the project were added.

Update ONeill.java

Update Box.java

fixed everything, code now compiles correctly
2016-04-01 17:47:22 +02:00

6 lines
84 B
Java

package cicaprojekt;
public interface Destroyable {
public void destroy();
}