package me.drton.flightplot; /** * Created by ton on 29.09.15. */ public interface PlotItem { String getTitle(); }