package com.cappielloantonio.tempo.interfaces;
public interface MediaIndexCallback {
void onRecovery(int index);
}