blob: 70230e769f3578c76b003a372315b04a8f6bba4a [file] [log] [blame]
package aQute.lib.properties;
public interface IRegion {
int getLength();
int getOffset();
}