blob: 70230e769f3578c76b003a372315b04a8f6bba4a [file] [log] [blame]
Stuart McCulloch669423b2012-06-26 16:34:24 +00001package aQute.lib.properties;
2
3public interface IRegion {
4
5 int getLength();
6
7 int getOffset();
8}