5 рядки
95 Б
Java
5 рядки
95 Б
Java
package org.insa.graphics.drawing.overlays;
|
|
|
|
public interface PathOverlay extends Overlay {
|
|
|
|
}
|