mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Implemented songs division by decades
This commit is contained in:
parent
bc51b0c9ca
commit
491fa4de3e
11 changed files with 112 additions and 54 deletions
|
|
@ -0,0 +1,6 @@
|
|||
package com.cappielloantonio.play.interfaces;
|
||||
|
||||
|
||||
public interface DecadesCallback {
|
||||
void onLoadYear(int year);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue