mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Implemented songs division by decades
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.cappielloantonio.play.interfaces;
|
||||
|
||||
|
||||
public interface DecadesCallback {
|
||||
void onLoadYear(int year);
|
||||
}
|
||||
Reference in New Issue
Block a user