MeteoSystem/app/src/main/java/cc/pogoda/mobile/pogodacc/type/StationDetailsPlot.java

9 wiersze
180 B
Java

package cc.pogoda.mobile.pogodacc.type;
import com.github.mikephil.charting.data.Entry;
public interface StationDetailsPlot {
void updateLabels(String date, Entry entry);
}