2019-03-19 20:41:21 +01:00

6 lines
93 B
Java

package ovh.gasser.rxshapes.attributes;
public interface Attributes {
String getID();
}