package com.cappielloantonio.tempo.interfaces;
public interface DecadesCallback {
void onLoadYear(int year);
}