aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/compatibility/AndroidLevel13Interface.java
blob: b78875faa27fc225904f89c98a4a6b9c644aa1c1 (plain)
1
2
3
4
5
6
7
8
package cgeo.geocaching.compatibility;

import android.graphics.Point;

interface AndroidLevel13Interface {

    Point getDisplaySize();
}