Drawer interface added

This commit is contained in:
ericnerdo 2016-05-07 13:34:26 +02:00
parent d228415e41
commit f728bd4667

7
cicaprojekt/Drawer.java Normal file
View File

@ -0,0 +1,7 @@
package cicaprojekt;
public interface Drawer {
public void draw();
}