Drawer interface added
This commit is contained in:
parent
d228415e41
commit
f728bd4667
7
cicaprojekt/Drawer.java
Normal file
7
cicaprojekt/Drawer.java
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package cicaprojekt;
|
||||||
|
|
||||||
|
public interface Drawer {
|
||||||
|
|
||||||
|
public void draw();
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user