6 lines
93 B
Java
6 lines
93 B
Java
package ovh.gasser.rxshapes.attributes;
|
|
|
|
public interface Attributes {
|
|
String getID();
|
|
}
|