Implemented songs division by decades

This commit is contained in:
CappielloAntonio 2021-08-04 11:12:21 +02:00
parent bc51b0c9ca
commit 491fa4de3e
11 changed files with 112 additions and 54 deletions

View file

@ -0,0 +1,6 @@
package com.cappielloantonio.play.interfaces;
public interface DecadesCallback {
void onLoadYear(int year);
}