10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
package slangc.model;
|
|
|
|
public abstract class AttributeModel {
|
|
|
|
public AttributeModel() {
|
|
// TODO Auto-generated constructor stub
|
|
}
|
|
|
|
}
|