JavaPatternMatching/src/de/dhbwstuttgart/core/IItemWithOffset.java

7 lines
70 B
Java
Raw Normal View History

2014-09-02 08:33:54 +00:00
package de.dhbwstuttgart.core;
2013-10-18 11:33:46 +00:00
2013-10-18 11:33:46 +00:00
public interface IItemWithOffset
{
}