School Commit Init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package Models.Values;
|
||||
|
||||
import Models.Types.IType;
|
||||
|
||||
public interface IValue {
|
||||
public IType getType();
|
||||
}
|
||||
Reference in New Issue
Block a user