6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
package slangc.model;
|
|
|
|
public interface AttributeOwner {
|
|
AttributeSet getAttributes();
|
|
}
|